https://github.com/bryanl/docker-kibana
https://github.com/bryanl/docker-kibana
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/bryanl/docker-kibana
- Owner: bryanl
- Created: 2016-06-15T14:59:18.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2016-06-15T15:04:23.000Z (about 10 years ago)
- Last Synced: 2025-01-25T23:02:04.601Z (over 1 year ago)
- Language: Shell
- Size: 4.88 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# docker-kibana
This is [Kibana 4.4.2](https://github.com/elastic/kibana) in a minimal 113MB Docker image. Images are tagged by Kibana versions.
## Running
```
docker run --name kibana \
--detach \
--publish 5601:5601 \
-e KIBANA_ES_URL= \
bryanl/docker-kibana:latest
```
You could set `KIBANA_INDEX` env variable to set an index for Kibana's data.