Difference between revisions of "Install Kibana using docker"
Jump to navigation
Jump to search
(Created page with "https://www.elastic.co/guide/en/kibana/current/docker.html and access you new installation on http://localhost:5601/ ::<code>docker pull docker.elastic.co/kibana/kibana:7....") |
|||
Line 8: | Line 8: | ||
== Activities == | == Activities == | ||
− | # Use [[ | + | # Use [[docker-compose]] to install [[ElasticSearch]] + [[Kibana]] (ELK stak) |
Revision as of 15:01, 18 January 2020
https://www.elastic.co/guide/en/kibana/current/docker.html and access you new installation on http://localhost:5601/
docker pull docker.elastic.co/kibana/kibana:7.4.1
docker run -d --link MYELASTICSEARCH:elasticsearch -p 5601:5601 docker.elastic.co/kibana/kibana:7.4.1
You will find YOUR_ELASTICSEARCH_CONTAINER_NAME_OR_ID (MYELASTICSEARCH) from docker ps
command.
Test Kibana with: http://localhost:5601/ or http://YOUR_IP:5601/
Activities
- Use docker-compose to install ElasticSearch + Kibana (ELK stak)
See also
Advertising: