aboutsummaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorac2550 <ac2550@intl.att.com>2018-09-18 10:07:58 +0200
committerac2550 <ac2550@intl.att.com>2018-09-18 10:07:58 +0200
commit96f162e2e2dbe7c40d019337d29a46f2fd3e73d8 (patch)
tree0381f9f707cbb7d91f4789361e4ac9031eea7bd5 /pom.xml
parent3aec59e72323d6b04640061ad8d1cd57f6f31e11 (diff)
Add plugin in logstash image
Issue-ID: CLAMP-222 Change-Id: I71814297cfb729e3815a7fac0f5aa59b0f3d39e0 Signed-off-by: ac2550 <ac2550@intl.att.com>
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml16
1 files changed, 16 insertions, 0 deletions
diff --git a/pom.xml b/pom.xml
index 68b80ab8..e522573d 100644
--- a/pom.xml
+++ b/pom.xml
@@ -945,6 +945,22 @@
</assembly>
</build>
</image>
+ <image>
+ <name>onap/clamp-dashboard-logstash</name>
+ <alias>onap-clamp-dashboard-logstash</alias>
+ <run>
+ <skip>true</skip>
+ </run>
+ <build>
+ <cleanup>true</cleanup>
+ <tags>
+ <tag>latest</tag>
+ <tag>${project.docker.latesttagtimestamp.version}</tag>
+ <tag>${project.docker.latesttag.version}</tag>
+ </tags>
+ <dockerFile>Dockerfile.logstash</dockerFile>
+ </build>
+ </image>
</images>
</configuration>