blob: 86b52c988eca2d3718b4c362d4c6d4ce31b9c196 (
plain)
1
2
3
4
5
6
7
|
FROM docker.elastic.co/logstash/logstash-oss:6.1.3
MAINTAINER "The Onap Team"
LABEL Description="Logstash image with some plugins needed for the clamp dashboard"
RUN /usr/share/logstash/bin/logstash-plugin install logstash-filter-elasticsearch
RUN /usr/share/logstash/bin/logstash-plugin install logstash-filter-prune
|