zabbix-agent-extension-elasticsearch
zabbix-agent-extension-elasticsearch copied to clipboard
Most data missing data from missing. Possible missing zabbix-agent-extension-elasticsearch.conf entries?
Hello,
I have Zabbix 4.0.2, Latest zabbix-agent-extensoin-elasticsearch from master [today], Elasticsearch 6.5.2, and when checking the graphs, I don't see any metrics except for port list and process num when viewing the graphs.
my zabbix-agent-extension-elasticsearch.conf says the following UserParameter=elasticsearch.discovery[], /usr/bin/zabbix-agent-extension-elasticsearch --discovery --elasticsearch $1 --agg-group $2 --user $3 --password $4 UserParameter=elasticsearch.stats[], /usr/bin/zabbix-agent-extension-elasticsearch --zabbix $1 --elasticsearch $2 --prefix $3 --user $4 --password $5
UserParameter=elasticsearch.indices.discovery[], /usr/bin/zabbix-agent-extension-elasticsearch --type indices --discovery --elasticsearch $1 --agg-group $2 --user $3 --password $4 UserParameter=elasticsearch.indices.stats[], /usr/bin/zabbix-agent-extension-elasticsearch --type indices --zabbix $1 --elasticsearch $2 --prefix $3 --agg-group $4 --user $5 --password $6
But I noticed that the key items in the Elasticsearch xml template [that are empty on the graph] are
elasticsearch.cluster_health.* elasticsearch.node_stats.*
which their are no entries in the zabbix-agent-extension-elasticsearch.conf file which would explain why it's empty in the graphs but I can't options anywhere for it. Any idea?