Metricbeat is a lightweight shipper for metrics.
To get started with Metricbeat, you need to set up Elasticsearch on your localhost first. After that, start Metricbeat with:
./metricbeat -c metricbeat.yml -e
This will start Metricbeat and send the data to your Elasticsearch instance. To load the dashboards for Metricbeat into Kibana, run:
./metricbeat setup -e
For further steps visit the Getting started guide.
Visit Elastic.co Docs for the full Metricbeat documentation.
https://www.elastic.co/guide/en/beats/libbeat/7.5/release-notes-7.5.1.html