mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2025-12-24 01:43:11 +01:00
Common Module - Add SSL to Kibana
This commit is contained in:
@@ -9,6 +9,3 @@ elasticsearch.url: http://172.17.0.9:9200
|
||||
#xpack.monitoring.ui.container.elasticsearch.enabled: true
|
||||
elasticsearch.requestTimeout: 90000
|
||||
logging.dest: /var/log/kibana/kibana.log
|
||||
ssl:
|
||||
key: /etc/pki/server.key
|
||||
cert: /etc/pki/serer.crt
|
||||
|
||||
@@ -72,5 +72,5 @@ so-kibana:
|
||||
- /opt/so/log/kibana:/var/log/kibana:rw
|
||||
- /opt/so/conf/kibana/custdashboards:/usr/share/kibana/custdashboards:ro
|
||||
- /sys/fs/cgroup:/sys/fs/cgroup:ro
|
||||
- port_bindings:
|
||||
- port_bindings:
|
||||
- 0.0.0.0:5601:5601
|
||||
|
||||
Reference in New Issue
Block a user