this project provides a docker-compose to facilitate spinning of a local environment running kibana and elasticsearch.
To get you running in no time, this project also provides a way to spin up a local environment with elasticsearch and kibana:
cd local_environment docker-compose up
this will start:
and will also configure the dashboard for you so that you already have all the mappings, the kibana settigs and the main visualizations and dashboard already configured.
If you want to spin up an environment in which you have multiple kibana dashboards configured, you ca run the following:
cd local_environmet docker-compose -f docker-compose.multi-dashboard.yaml up
The docker-compose relies on an external image (```gerritforge/analytics-kibana-6.5.4``), which is also maintained as part of this repository. If you don't need to make any changes to it you can just spin up the docker-compose, however if you want to build a new version you must follow these steps:
cd local_environment docker-compose up elasticsearch
Dockerfile
cd local_environment/kibana # ... make changes ... docker build --network=local_environment_analytics -t gerritforge/analytics-kibana-6.5.4 .