Skip to content

Instantly share code, notes, and snippets.

@jegade
Created April 6, 2017 13:42
Show Gist options
  • Save jegade/5c006740215f5a2366f080b8e2f1e7a1 to your computer and use it in GitHub Desktop.
Save jegade/5c006740215f5a2366f080b8e2f1e7a1 to your computer and use it in GitHub Desktop.
FROM graylog2/server:latest
RUN wget -O /usr/share/graylog/plugin/graylog-plugin-input-httpmonitor-1.0.3.jar https://github.com/sivasamyk/graylog2-plugin-input-httpmonitor/releases/download/v1.0.3/graylog2-plugin-input-httpmonitor-1.0.3.jar
RUN wget -O /usr/share/graylog/plugin/graylog-plugin-beats-1.1.3.jar https://github.com/Graylog2/graylog-plugin-beats/releases/download/1.1.3/graylog-plugin-beats-1.1.3.jar
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment