App Search stats metricsetedit

This functionality is in beta and is subject to change. The design and code is less mature than official GA features and is being provided as-is with no warranties. Beta features are not subject to the support SLA of official GA features.

This is the stats metricset of the App Search module.

This is a default metricset. If the host module is unconfigured, this metricset is enabled by default.

Fieldsedit

For a description of each field in the metricset, see the exported fields section.

Here is an example document generated by this metricset:

{
    "@timestamp": "2017-10-12T08:05:34.853Z",
    "appsearch": {
        "stats": {
            "jvm": {
                "memory_usage": {
                    "heap_committed.bytes": 343932928,
                    "heap_init.bytes": 65011712,
                    "heap_max.bytes": 1908932608,
                    "heap_used.bytes": 263346304,
                    "non_heap_committed.bytes": 323395584,
                    "non_heap_init.bytes": 2555904
                }
            },
            "queues": {
                "analytics_events.count": 0,
                "document_destroyer.count": 0,
                "engine_destroyer.count": 0,
                "failed.count": 0,
                "index_adder.count": 0,
                "indexed_doc_remover.count": 0,
                "mailer.count": 0,
                "refresh_document_counts.count": 0,
                "reindexer.count": 0,
                "schema_updater.count": 0
            },
            "requests": {
                "count": 48,
                "web.response_time": {
                    "avg.ms": 91.95176263650258,
                    "max.ms": 137.27807998657227
                }
            }
        }
    },
    "event": {
        "dataset": "appsearch.stats",
        "duration": 115000,
        "module": "appsearch"
    },
    "metricset": {
        "name": "stats",
        "period": 10000
    },
    "service": {
        "address": "localhost:3002",
        "type": "appsearch"
    }
}