old_console/docker/compose/config/elk/elasticsearch/Dockerfile
2024-11-02 14:12:45 +03:00

11 lines
No EOL
349 B
Docker

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