An open API service indexing awesome lists of open source software.

https://github.com/bryanl/docker-kibana


https://github.com/bryanl/docker-kibana

Last synced: 2 months ago
JSON representation

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.