You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

5 lines
243 B

  1. # https://github.com/elastic/logstash-docker
  2. FROM docker.elastic.co/logstash/logstash-oss:6.0.0
  3. # Add your logstash plugins setup here
  4. # Example: RUN logstash-plugin install logstash-filter-json
  5. RUN logstash-plugin install logstash-input-http