< ElasticSearch < Metricbeat
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
- ElasticSearch and Kibana
This article is issued from Wikiversity. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.