blob: f3075099caf3a68aca6bc08558939ab45741278d [file] [log] [blame]
ac2550a61b86e2018-10-10 13:54:08 +02001# Copyright (c) 2018 AT&T Intellectual Property. All rights reserved.
2#
3# Licensed under the Apache License, Version 2.0 (the "License");
4# you may not use this file except in compliance with the License.
5# You may obtain a copy of the License at
6#
7# http://www.apache.org/licenses/LICENSE-2.0
8#
9# Unless required by applicable law or agreed to in writing, software
10# distributed under the License is distributed on an "AS IS" BASIS,
11# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12# See the License for the specific language governing permissions and
13# limitations under the License.
14
Krysiak Adamf7675ef2019-04-04 10:18:42 +020015FROM docker.elastic.co/logstash/logstash-oss:6.6.2
ac2550a61b86e2018-10-10 13:54:08 +020016
17MAINTAINER "The Onap Team"
18LABEL Description="Logstash image with some plugins needed for the clamp dashboard"
19
20# Default aaf certificates
21COPY certs /certs.d/
22
23# remove default pipeline first
24COPY pipeline/logstash.conf /usr/share/logstash/pipeline/logstash.conf
25
26# add plugins needed by aggregation part of the pipeline
27RUN /usr/share/logstash/bin/logstash-plugin install logstash-filter-elasticsearch
28RUN /usr/share/logstash/bin/logstash-plugin install logstash-filter-prune