ARG ELK_VERSION # https://www.docker.elastic.co/ FROM registry.iwarma.ru/iwa/dev/console-docker/console-elasticsearch:latest # Add your elasticsearch plugins setup here # Example: RUN elasticsearch-plugin install analysis-icu # See https://elk-docker.readthedocs.io/ ADD ./mapping /mapping ADD ./elk-post-hooks.sh /usr/local/bin/elk-post-hooks.sh