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

From wikieduonline
Jump to navigation Jump to search
(Created page with " == Using docker == * <code>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=kibana:5601...")
 
Line 2: Line 2:
  
 
== Using docker ==
 
== Using docker ==
* <code>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=kibana:5601 -E output.elasticsearch.hosts=["elasticsearch:9200"]</code>
+
* <code>[[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=kibana:5601 -E output.elasticsearch.hosts=["elasticsearch:9200"]</code>
 
If you are installing everything or your laptop:  
 
If you are installing everything or your laptop:  
 
  <code>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"]</code>
 
  <code>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"]</code>
 
  
 
== See also ==
 
== See also ==

Revision as of 11:54, 5 January 2020


Using docker

  • 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=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"]

See also

Advertising: