Skip to content

Latest commit

 

History

History
23 lines (18 loc) · 475 Bytes

metricbeat configuration.md

File metadata and controls

23 lines (18 loc) · 475 Bytes

metricbeat configuration

For configure metricbeat follow this steps:

Search for output.elasticsearch and comment-out the lines as follows:
[...]
output.elasticsearch:
  # Array of hosts to connect to.
  hosts: ["YOUR-IP:9200"]
[...]

or change any other config according to your need!

After that start metricbeat :

systemctl start metricbeat
systemctl stop metricbeat
systemctl restart metricbeat
systemctl status metricbeat