Viewing Monitoring Metricsedit

The Clusters page summarizes the status of your Elastic stack. You can drill down into the metrics to view more information about your cluster and specific nodes, instances, and indices.

Cluster Alertsedit

The Top Cluster Alerts shown on the Clusters page notify you of conditions that require your attention:

  • Elasticsearch Cluster Health Status is Yellow (missing at least one replica) or Red (missing at least one primary).
  • Elasticsearch Version Mismatch. You have Elasticsearch nodes with different versions in the same cluster.
  • Kibana Version Mismatch. You have Kibana instances with different versions running against the same Elasticsearch cluster.
  • Logstash Version Mismatch. You have Logstash nodes with different versions reporting stats to the same monitoring cluster.

    If you do not preserve the data directory when upgrading a Kibana or Logstash node, the instance is assigned a new persistent UUID and shows up as a new instance

  • Logstash Version Mismatch. You have Logstash nodes with different versions running against the same Elasticsearch cluster.

Monitoring checks the cluster alert conditions every minute. Cluster alerts are automatically dismissed when the condition is resolved.

Watcher must be enabled to view cluster alerts. If you have a Basic license, Top Cluster Alerts are not displayed.

Elasticsearch Metricsedit

You can drill down into the status of your Elasticsearch cluster by clicking the Overview, Nodes, and Indices links.

Cluster Overviewedit

To view the key metrics that indicate the overall health of an Elasticsearch cluster, click Overview in the Elasticsearch section. Anything that needs your attention is highlighted in yellow or red.

Conditions that require your attention are listed at the top of the Clusters page. You can also set up watches to alert you when the status of your cluster changes. To learn how, see Watch Your Cluster Health.

The panel at the top shows the current cluster statistics, the charts show the search and indexing performance over time, and the table at the bottom shows information about any shards that are being recovered.

Elasticsearch Cluster Overview

Not sure what a chart is showing? Click the info button for a description of the metrics.

From there, you can dive into detailed metrics for particular nodes and indices.

Nodesedit

To view node metrics, click Nodes. The Nodes section shows the status of each node in your cluster.

Elasticsearch Nodes
Node Overviewedit

Click the name of a node to view its node statistics over time. These represent high-level statistics collected from Elasticsearch that provide a good overview of health.

Elasticsearch Node Overview
Node Advancededit

To view advanced node metrics, click the Advanced tab for a node. The Advanced tab shows additional metrics, such as memory and garbage collection statistics reported by the selected Elasticsearch node.

Elasticsearch Node Advanced

The Advanced node view can be used to diagnose issues that generally involve more advanced knowledge of Elasticsearch, such as poor garbage collection performance.

Indicesedit

To view index metrics, click Indices. The Indices section shows the same overall index and search metrics as the Overview and a table of your indices.

Elasticsearch Indices
Index Overviewedit

From the Indices listing, you can view data for a particular index. To drill down into the data for a particular index, click its name in the Indices table.

Elasticsearch Index Overview
Index Advancededit

To view advanced index metrics, click the Advanced tab for an index. The Advanced tab shows additional metrics, such as memory statistics reported about the Elasticsearch index. If the index has more than one shard, then its shards may live on more than one node.

Elasticsearch Index Advanced

The Advanced index view can be used to diagnose issues that generally involve more advanced knowledge of Elasticsearch, such as wasteful index memory usage.

Kibanaedit

To view the key metrics that indicate the overall health of Kibana itself, click Overview in the Kibana section.

Kibana Overview

To view Kibana instance metrics, click Instances. The Instances section shows the status of each Kibana instance.

Kibana Instances

Click the name of an instance to view its instance statistics over time.

Kibana Instance View

Logstashedit

If you are Monitoring Logstash nodes, click Overview in the Logstash section to view the overall health of those nodes.

Logstash Overview

To view Logstash node metrics, click Nodes. The Nodes section shows the status of each Logstash node.

Logstash Nodes

Click the name of a node to view its statistics over time.

Logstash Node View