Elasticsearch Plugin
This plugin monitors the performance of the Elasticsearch service on your server.
Configure the plugin
To enable the plugin, edit the /etc/agent360-custom.ini
file and add the following lines:
[elasticsearch]
enabled = yes
status_page_url = http://127.0.0.1:9200/_stats
If another process uses port 9200
, you can enter another port in the configuration file.
Test the plugin
To test this plugin, run the sudo -u agent360 agent360 test elasticsearch
command.
Now you can restart the agent with the service agent360 restart
command.
Updated 6 months ago