Sign inSign up

shortishly/kibana

By shortishly

Updated over 11 years ago

Kibana that can be easily linked to the official Elastic Search docker image

Image
1

529

shortishly/kibana repository overview

Kibana

Download the latest version of Kibana with an entry point that can be linked to Elastic Search.

Trivial to integrate via docker compose with official Elastic Search image.

elasticsearch:
  image: elasticsearch
  ports:
    - "9200:9200"

kibana:
  image: shortishly/kibana
  links:
    - elasticsearch
  ports:
    - "5601:5601"

Tag summary

Content type

Image

Digest

sha256:6cc24e638

Size

105.5 MB

Last updated

over 11 years ago

docker pull shortishly/kibana