Difference between revisions of "Install Kibana using docker"
Jump to navigation
Jump to search
Line 1: | Line 1: | ||
https://www.elastic.co/guide/en/kibana/current/docker.html and access you new installation on http://localhost:5601/ | https://www.elastic.co/guide/en/kibana/current/docker.html and access you new installation on http://localhost:5601/ | ||
− | + | ||
− | + | <pre> | |
+ | [[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 | ||
+ | </pre> | ||
You will find YOUR_ELASTICSEARCH_CONTAINER_NAME_OR_ID (MYELASTICSEARCH) from <code>[[docker ps]]</code> command. | You will find YOUR_ELASTICSEARCH_CONTAINER_NAME_OR_ID (MYELASTICSEARCH) from <code>[[docker ps]]</code> command. |
Revision as of 15:03, 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: