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
- Host: GitHub
- URL: https://github.com/qxip/docker-telekibi
- Owner: QXIP
- Created: 2016-10-14T13:02:03.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2016-10-14T13:56:35.000Z (over 9 years ago)
- Last Synced: 2025-01-12T06:26:34.161Z (over 1 year ago)
- Language: Shell
- Size: 3.91 KB
- Stars: 3
- Watchers: 4
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```