diff options
author | 2018-10-05 13:50:23 +0200 | |
---|---|---|
committer | 2018-10-08 15:35:40 +0200 | |
commit | ead1051f85d2767d1ab696d63a71e593c77f8ed8 (patch) | |
tree | 28142f77508a065a0496edd45aa0e88545d2c923 /pom.xml | |
parent | e3489d939cd18a4cfa2394ab64ffdb972ddd6a86 (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.xml | 16 |
1 files changed, 16 insertions, 0 deletions
@@ -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> |