![]() |
6 years ago | |
---|---|---|
.. | ||
Makefile.inc | 6 years ago | |
README.md | 6 years ago | |
elasticsearch.chart.py | 6 years ago | |
elasticsearch.conf | 6 years ago |
This module monitors Elasticsearch performance and health metrics.
It produces:
Search performance charts:
Indexing performance charts:
Memory usage and garbace collection charts:
Host metrics charts:
Queues and rejections charts:
Fielddata cache charts:
Cluster health API charts:
Cluster stats API charts:
Sample:
local:
host : 'ipaddress' # Elasticsearch server ip address or hostname
port : 'port' # Port on which elasticsearch listens
cluster_health : True/False # Calls to cluster health elasticsearch API. Enabled by default.
cluster_stats : True/False # Calls to cluster stats elasticsearch API. Enabled by default.
If no configuration is given, module will fail to run.