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

https://github.com/qxip/docker-telekibi

TeleKibi: Kibi Supercharged with Elasticfence Plugins and more
https://github.com/qxip/docker-telekibi

Last synced: 9 months ago
JSON representation

TeleKibi: Kibi Supercharged with Elasticfence Plugins and more

Awesome Lists containing this project

README

          

# docker-telekibi
TeleKibi: Kibana/Kibi Supercharged with Elasticfence Plugins and much more!

## Usage

Run the image using local Elastic instance
```
$ docker run -i -t -p 9200:9200 -p 5606:5606 qxip/docker-telekibi
```

Run the image using remote Elastic instance
```
$ docker run -i -t -e ELASTICSEARCH_URL=http://192.168.10.20:9200 -p 5606:5606 qxip/docker-telekibi
```