This is a Docker image for Banana.
The Banana project was forked from Kibana, and works with all kinds of time series (and non-time series) data stored in Apache Solr. It uses Kibana's powerful dashboard configuration capabilities, ports key panels to work with Solr, and provides significant additional capabilities, including new panels that leverage D3.js.
Learn more about Banana on the Banana project.
Run Solr Container.
See https://hub.docker.com/_/solr.
Create config.json that contains Solr connection url and authentication settings:
{
"serverPort": 9901,
"solrUrl": "http://solr:8983",
"basicAuth": false,
"username": "",
"password": "",
"couchbaseUrl": "http://couchbase:8092"
}
$ docker run -d --name banana -p 9901:9901 -v /path/to/config.json:/opt/banana/config.json aaadel/banana
$ docker ps
CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES
7c2542dc21b3 solr "docker-entrypoint.s…" 4 seconds ago Up 4 seconds solr
d41a73f4325a aaadel/banana "docker-entrypoint.s…" About a minute ago Up About a minute banana
http://localhost:9901/#/dashboard
The default dashboard should be rendered inside the browser window