khezen / Docker Kibana
Projects that are alternatives of or similar to Docker Kibana
Dockerfile
links
Supported tags and respective -
5.6.3
,5.6
,5
(5.6/Dockerfile) -
6.1.3
,6.1
(6.1/Dockerfile) -
6.2.2
,6.2
(6.2/Dockerfile) -
6.5.4
,6.5
,6
,latest
(6.5/Dockerfile)
What is Kibana?
Kibana lets you visualize your Elasticsearch data and navigate the Elastic Stack, so you can do anything from learning why you're getting paged at 2:00 a.m. to understanding the impact rain might have on your quarterly numbers.
How To Use
docker run -d -p 5601:5601 khezen/kibana:latest
File Descriptors and MMap
run the following command on your host:
sysctl -w vm.max_map_count=262144
You can set it permanently by modifying vm.max_map_count
setting in your /etc/sysctl.conf
.
Environment Variables
0-0-0-0
KIBANA_HOST |
changeme
KIBANA_PWD | password for elasticsearch built-in user kibana.
0-0-0-0
ELASTICSEARCH_HOST |
9200
ELASTICSEARCH_PORT | Configure Kibana
Configuration file is located in /etc/kibana/kibana.yml
if you follow the same volume mapping as in docker-compose examples above.
You can find default config there.
You can find help with kibana configuration there.
User Feedback
Issues
If you have any problems with or questions about this image, please ask for help through a GitHub issue.