You can check preconfigured index monitoring visualizations on the Dashboard and Visualizations pages of Kibana. You can also customize tables and charts.
A cluster has been created and index monitoring has been enabled.
The preconfigured dashboard displays the number of read and write operations per second in the cluster and the top 10 indexes with the most read and write operations per second.
Chart Name |
Description |
---|---|
[monitoring] markdown |
Markdown chart, which briefly describes the dashboard content. |
[monitoring] Indexing Rate (/s) |
Number of documents written to a cluster per second. |
[monitoring] Search Rate (/s) |
Average number of queries per second in a cluster. |
[monitoring] indexing rate of index for top10 |
Top 10 indexes with the most documents written per second. |
[monitoring] search rate of index for top10 |
Top 10 indexes with the most queries per second. |
[monitoring] total docs count |
Total number of documents in a cluster. |
[monitoring] total docs delete |
Total number of deleted documents in a cluster. |
[monitoring] total store size in bytes |
Total storage occupied by documents in a cluster. |
[monitoring] indices store_size for top10 |
Top 10 indexes that occupy the largest storage space. |
[monitoring] indices docs_count for top10 |
Top 10 indexes with the largest number of documents. |
[monitoring] indexing time in millis of index for top10(ms) |
Top 10 indexes with the longest document write latency in a unit time (ms). |
[monitoring] search query time in millis of index for top10(ms) |
Top 10 indexes with the longest index query time in a unit time (ms). |
[monitoring] segment count of index for top10 |
Top 10 indexes with the largest number of index segments. |
[monitoring] segment memory in bytes of index for top10 |
Top 10 indexes with the largest heap memory usage of index segments. |
The index pattern of monitoring-eye-css-* cannot be deleted during index monitoring. Otherwise, the monitoring chart will be abnormal.
The index monitoring module periodically stores the index/stats information in the monitoring-eys-css index. You can use the Kibana chart function to draw customized charts.
The following procedure describes how to check the trend of the document quantity in a chart as an example.
To view data in different time segments, set the aggregation interval, or the displayed data will be incomplete. On the Panel options tab page, set Interval to 1m or 30m to adjust the interval of timestamp.
You can import or export charts on Kibana. If the index monitoring charts are not displayed, you can import the charts to Kibana again to load the monitoring view.
The following describes how to import a chart to Kibana: