NOTE: You are looking at documentation for an older release. For the latest information, see the current release documentation.
Kibana fields
editKibana fields
editKibana module
kibana fields
editstats fields
editKibana stats and run-time metrics.
-
kibana.stats.uuid
-
type: keyword
Kibana instance UUID
-
kibana.stats.name
-
type: text
Kibana instance name
-
kibana.stats.index
-
type: keyword
Name of Kibana’s internal index
-
kibana.stats.host.name
-
type: keyword
Kibana instance hostname
-
kibana.stats.transport_address
-
type: keyword
Kibana server’s hostname and port
-
kibana.stats.version
-
type: keyword
Kibana version
-
kibana.stats.snapshot
-
type: boolean
Whether the Kibana build is a snapshot build
-
kibana.stats.status
-
type: keyword
Kibana instance’s health status
-
kibana.stats.concurrent_connections
-
type: long
Number of client connections made to the server. Note that browsers can send multiple simultaneous connections to request multiple server assets at once, and they can re-use established connections.
process fields
editProcess metrics
-
kibana.stats.process.event_loop_delay.ms
-
type: scaled_float
Event loop delay in milliseconds
memory.heap fields
editProcess heap metrics
-
kibana.stats.process.memory.heap.total.bytes
-
type: long
format: bytes
Total heap allocated to process in bytes
-
kibana.stats.process.memory.heap.used.bytes
-
type: long
format: bytes
Heap used by process in bytes
-
kibana.stats.process.memory.heap.size_limit.bytes
-
type: long
format: bytes
Max. old space size allocated to Node.js process, in bytes
-
kibana.stats.process.memory.heap.uptime.ms
-
type: long
Uptime of process in milliseconds
request fields
editRequest count metrics
-
kibana.stats.request.disconnects
-
type: long
Number of requests that were disconnected
-
kibana.stats.request.total
-
type: long
Total number of requests
response_time fields
editResponse times metrics
-
kibana.stats.response_time.avg.ms
-
type: long
Average response time in milliseconds
-
kibana.stats.response_time.max.ms
-
type: long
Maximum response time in milliseconds
status fields
editStatus fields
-
kibana.status.name
-
type: keyword
Kibana instance name.
-
kibana.status.uuid
-
type: keyword
Kibana instance uuid.
-
kibana.status.version.number
-
type: keyword
Kibana version number.
-
kibana.status.status.overall.state
-
type: keyword
Kibana overall state.
metrics fields
editMetrics fields
-
kibana.status.metrics.concurrent_connections
-
type: long
Current concurrent connections.
requests fields
editRequest statistics.
-
kibana.status.metrics.requests.disconnects
-
type: long
Total number of disconnected connections.
-
kibana.status.metrics.requests.total
-
type: long
Total number of connections.