Sign inSign up

jasonjimnz/elastickibana

By jasonjimnz

Updated almost 9 years ago

ElasticSearch & Kibana

Image
Databases & storage
Monitoring & observability
0

69

jasonjimnz/elastickibana repository overview

ElasticSearch & Kibana in the same container with the base installation

Ports:

  • 5601 for Kibana dashboard
  • 9200 for Elasticsearch http
  • 9300 reserved for Elasticsearch Example:

Run the docker container with the ports:

sudo docker run -p 5601:5601 -p 9200:9200 -p 9300:9300 -d -t jasonjimnz/elastickibana:5.5

Enter to the container and launch Elasticsearch and Kibana using nohup and launching it as a background command:

sudo docker exec -it CONTAINER_ID /bin/bash
nohup sudo -u elastic /elasticsearch-5.6.5/bin/elasticsearch &
nohup sudo -u elastic /kibana-5.6.5-linux-x86_64/bin/kibana &

Tag summary

Content type

Image

Digest

Size

368.9 MB

Last updated

almost 9 years ago

docker pull jasonjimnz/elastickibana:5.5