sematext/kibana4
About Logsene: Centralized Logging, Log Management & Analytics has never been easier. Logsene is your ELK Stack in the Cloud or On Premises.
This container supports SSL and authentication for Kibana4.
docker pull sematext/kibana4
docker run -d -p 5601:5601 -e TOKEN=YOUR-APP-TOKEN -e PASSWORD=secret sematext/kibana4
To run Kibana 4 for multiple Logsene Apps simply start the docker container on different ports e.g. “-p 5602:5601”.
Open the web browser https://user:password@hostname:port/ in our example
https://kibana:secret@localhost:5601/
When Kibana 4 starts the first time it asks for an "index pattern" - the Logsene App Token is the prefix terminated with and underscore and followed by the date pattern:
[YOUR-APP-TOKEN_]*
The following parameters can be used with "-e" command line option of docker.
Integrations with existing log shippers ensure that you can choose quickly 'your way' to ship logs into Logsene:
More information: Sematext blog / centralized logging
docker pull sematext/kibana4