Dockerized two-nodes Elasticsearch cluster with Kibana and the following plugins installed:
- analysis-icu
- analysis-stempel
pl.allegro.tech.elasticsearch.plugin:elasticsearch-analysis-morfologik(not available yet)- ingest-attachment
- Build custom Elasticsearch image (with listed plugins installed):
docker build -f elasticsearch-with-plugins -t training-es:7.3.1 .
- Start cluster using this command:
docker-compose up
- Open http://localhost:5601 in your favourite browser and start using Kibana ;-)