Difference between revisions of "Install Kibana using docker"

From wikieduonline
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/
  
 +
* https://hub.docker.com/_/kibana
  
 
  [[docker pull]] docker.elastic.co/kibana/kibana:7.5.1
 
  [[docker pull]] docker.elastic.co/kibana/kibana:7.5.1

Revision as of 20:53, 8 November 2022

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.5.1
docker run -d --link MYELASTICSEARCH:elasticsearch -p 5601:5601 docker.elastic.co/kibana/kibana:7.5.1
docker ps

You will find YOUR_ELASTICSEARCH_CONTAINER_NAME_OR_ID (MYELASTICSEARCH) from docker ps command.

Test/connect to Kibana: http://localhost:5601/ or http://YOUR_IP:5601/

Activities

  1. Use docker-compose to install ElasticSearch + Kibana (ELK stack)


Related

See also

Advertising: