Skip to content

Instantly share code, notes, and snippets.

@sherifabdlnaby
Created May 13, 2020 22:39
Show Gist options
  • Save sherifabdlnaby/5d2ccee36b8df4eec0ee116865991ddc to your computer and use it in GitHub Desktop.
Save sherifabdlnaby/5d2ccee36b8df4eec0ee116865991ddc to your computer and use it in GitHub Desktop.
ARG ELK_VERSION
# https://github.com/elastic/kibana-docker
FROM docker.elastic.co/kibana/kibana:${ELK_VERSION}
# Add your kibana plugins setup here
# Example: RUN kibana-plugin install <name|url>
#RUN kibana-plugin install https://github.com/bitsensor/elastalert-kibana-plugin/releases/download/1.1.0/elastalert-kibana-plugin-1.1.0-7.3.0.zip
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment