Difference between revisions of "Install Kibana using docker"

From wikieduonline
Jump to navigation Jump to search
 
(18 intermediate revisions by the same user not shown)
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>
+
* https://hub.docker.com/_/kibana
[[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
+
[[docker pull]] docker.elastic.co/kibana/kibana:7.17.7
</pre>
+
[[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 <code>[[docker ps]]</code> command.
 
You will find YOUR_ELASTICSEARCH_CONTAINER_NAME_OR_ID (MYELASTICSEARCH) from <code>[[docker ps]]</code> command.
  
Test Kibana with: http://localhost:5601/ or http://YOUR_IP:5601/
+
Test/connect to Kibana: http://localhost:5601/ or http://YOUR_IP:5601/
  
 
== Activities ==
 
== Activities ==
# Use [[docker-compose]] to install [[ElasticSearch]] + [[Kibana]] (ELK stak)
+
# Use [[docker-compose]] to install [[ElasticSearch]] + [[Kibana]] (ELK stack)
 +
 
 +
 
 +
== Related ==
 +
* <code>[[ELASTICSEARCH_HOSTS]]</code> environmental variable
 +
[[ELASTICSEARCH_USERNAME]]
 +
[[ELASTICSEARCH_PASSWORD]]
 +
* [[kibana.yml]]
 +
* <code>[[brew install elastic/tap/kibana-full]]</code>
 +
* <code>[[helm install kibana elastic/kibana]]</code>
 +
{"type":"log","@timestamp":"2022-11-08T20:57:10+00:00","tags":["error","elasticsearch-service"],"pid":7,"message":"Unable to retrieve version information from Elasticsearch nodes. getaddrinfo [[ENOTFOUND]] elasticsearch"}
  
 +
{"type":"log","@timestamp":"2022-11-08T21:40:52+00:00","tags":["error","elasticsearch-service"],"pid":6,"message":"Unable to retrieve version information from Elasticsearch nodes. connect [[ECONNREFUSED]] 127.0.0.1:9200"}
  
 
== See also ==
 
== See also ==
* [[ElasticSearch|Elasticsearch]]: [[ElasticSearch/Install ElasticSearch using Docker]]
+
* [[ElasticSearch|Elasticsearch]]: [[Install ElasticSearch using Docker]]
 
* [[Install MetricBeat in your system]]
 
* [[Install MetricBeat in your system]]
 +
* {{Kibana}}
  
 
[[Category:Information technology]]
 
[[Category:Information technology]]
 
[[Category:ElasticSearch]]
 
[[Category:ElasticSearch]]

Latest revision as of 21:44, 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.17.7
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[edit]

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


Related[edit]

ELASTICSEARCH_USERNAME
ELASTICSEARCH_PASSWORD
{"type":"log","@timestamp":"2022-11-08T20:57:10+00:00","tags":["error","elasticsearch-service"],"pid":7,"message":"Unable to retrieve version information from Elasticsearch nodes. getaddrinfo ENOTFOUND elasticsearch"}
{"type":"log","@timestamp":"2022-11-08T21:40:52+00:00","tags":["error","elasticsearch-service"],"pid":6,"message":"Unable to retrieve version information from Elasticsearch nodes. connect ECONNREFUSED 127.0.0.1:9200"}

See also[edit]

Advertising: