How to Monitor Elasticsearch With Zabbix
curl -u user:123456 -sXGET http://127.0.0.1:9200/_cluster/health/?pretty
#Test connectivity; modify the password as needed.
Shell script: mkdir /usr/local/zabbix/shellcd /usr/local/zabbix/shellvi es_status.sh …