aboutsummaryrefslogtreecommitdiffstats
path: root/extra
diff options
context:
space:
mode:
authorosgn422w <gervais-martial.ngueko@intl.att.com>2019-05-23 11:40:50 +0200
committerosgn422w <gervais-martial.ngueko@intl.att.com>2019-05-23 11:40:50 +0200
commitcbc6af30f0b9b9158d5937ab52b4366f5cb6999e (patch)
tree963938646e18320e0c381dba280be1d4336ed198 /extra
parent26ba6ccbb85446699d6a8cf6275e70f325e87b15 (diff)
make kibana https
introduce certificate so access to kibana is https only Issue-ID: OJSI-147 Change-Id: I69e52cb4cb801b9d890c41090c871badd210ad35 Signed-off-by: osgn422w <gervais-martial.ngueko@intl.att.com>
Diffstat (limited to 'extra')
-rw-r--r--extra/docker/elk/docker-compose.yml2
1 files changed, 2 insertions, 0 deletions
diff --git a/extra/docker/elk/docker-compose.yml b/extra/docker/elk/docker-compose.yml
index 29545bb8..cb39b660 100644
--- a/extra/docker/elk/docker-compose.yml
+++ b/extra/docker/elk/docker-compose.yml
@@ -48,6 +48,8 @@ services:
- elasticsearch
volumes:
- ../../../src/main/docker/kibana/saved-objects/:/saved-objects/
+ - ../../../src/main/docker/kibana/conf/kibana.yml:/usr/share/kibana/config/kibana.yml
+ - ../../../src/main/docker/kibana/conf/keystore:/usr/share/kibana/config/keystore
networks:
es_net: