Difference between revisions of "Install MetricBeat in your system using docker"

From wikieduonline
Jump to navigation Jump to search
Line 11: Line 11:
 
* https://www.elastic.co/guide/en/beats/metricbeat/current/metricbeat-installation.html
 
* https://www.elastic.co/guide/en/beats/metricbeat/current/metricbeat-installation.html
 
* <code>[[apt install metricbeat]]</code>
 
* <code>[[apt install metricbeat]]</code>
 +
* [[Install MetricBeat on macOS]]
  
 
== See also ==
 
== See also ==

Revision as of 19:06, 29 May 2022

https://www.elastic.co/guide/en/beats/metricbeat/current/metricbeat-installation.html


Using docker

  • docker pull docker.elastic.co/beats/metricbeat:7.5.1 && docker run docker.elastic.co/beats/metricbeat:7.5.1 setup -E setup.kibana.host=kibana:5601 -E output.elasticsearch.hosts=["elasticsearch:9200"]

If you are installing everything or your laptop:

  • docker pull docker.elastic.co/beats/metricbeat:7.4.1 && docker run docker.elastic.co/beats/metricbeat:7.4.1 setup -E setup.kibana.host=localhost:5601 -E output.elasticsearch.hosts=["localhost:9200"]


Related terms

See also

Advertising: