![]() |
3 лет назад | |
---|---|---|
.. | ||
Makefile.inc | 6 лет назад | |
README.md | 3 лет назад | |
elasticsearch.chart.py | 3 лет назад | |
elasticsearch.conf | 5 лет назад |
Monitors Elasticsearch performance and health metrics.
It produces:
Search performance charts:
Indexing performance charts:
Memory usage and garbage collection charts:
Host metrics charts:
Queues and rejections charts:
Fielddata cache charts:
Cluster health API charts:
Cluster stats API charts:
Indices charts (per index statistics, disabled by default):
Edit the python.d/elasticsearch.conf
configuration file using edit-config
from the Netdata config
directory, which is typically at /etc/netdata
.
cd /etc/netdata # Replace this path with your Netdata config directory, if different
sudo ./edit-config python.d/elasticsearch.conf
Sample:
local:
host : 'ipaddress' # Elasticsearch server ip address or hostname.
port : 'port' # Port on which elasticsearch listens.
scheme : 'http' # URL scheme. Use 'https' if your elasticsearch uses TLS.
node_status : yes/no # Get metrics from "/_nodes/_local/stats". Enabled by default.
cluster_health : yes/no # Get metrics from "/_cluster/health". Enabled by default.
cluster_stats : yes/no # Get metrics from "'/_cluster/stats". Enabled by default.
indices_stats : yes/no # Get metrics from "/_cat/indices". Disabled by default.
If no configuration is given, module will try to connect to http://127.0.0.1:9200
.