aboutsummaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorac2550 <ac2550@intl.att.com>2018-10-05 13:50:23 +0200
committerac2550 <ac2550@intl.att.com>2018-10-08 15:35:40 +0200
commitead1051f85d2767d1ab696d63a71e593c77f8ed8 (patch)
tree28142f77508a065a0496edd45aa0e88545d2c923 /pom.xml
parente3489d939cd18a4cfa2394ab64ffdb972ddd6a86 (diff)
New kibana config load/restore
Change-Id: I9c26e891c171d8f84bb9f4e03319f63599e00298 Issue-ID: CLAMP-226 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 fe6bab0c..9149dbf8 100644
--- a/pom.xml
+++ b/pom.xml
@@ -961,6 +961,22 @@
<dockerFile>Dockerfile.logstash</dockerFile>
</build>
</image>
+ <image>
+ <name>onap/clamp-dashboard-kibana</name>
+ <alias>onap-clamp-dashboard-kibana</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>kibana/Dockerfile.kibana</dockerFile>
+ </build>
+ </image>
</images>
</configuration>