Simple and lightweight docker image for previewing Elasticsearch and Kibana.
docker run -d -p 9200:9200 -p 5601:5601 nshou/elasticsearch-kibana
Then you can connect to Elasticsearch by localhost:9200 and its Kibana front-end by localhost:5601.
To start a basic container, specify --env LS_ES_CONN_STR=[hostname/IP]:[port] (separate multiple values with comma, ',') for a remote Elasticsearch instance. This will be applied to the default logstash.conf file. For example:
docker run -d --name --publish 5000:5000 --env LS_ES_CONN_STR=elasticsearch.local:9200 monsantoco/logstash| Tag | Elasticsearch | Kibana |
|---|---|---|
| latest | 7.7.0 | 7.7.0 |
| kibana6 | 6.5.4 | 6.5.4 |
| kibana5 | 5.6.6 | 5.6.6 |
| kibana4 | 2.4.1 | 4.6.2 |
| kibana3 | 1.7.4 | 3.1.3t:5601. |