mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2025-12-06 17:22:49 +01:00
Merge pull request #449 from Security-Onion-Solutions/fix/kibana_master
Fix master and remark config load
This commit is contained in:
@@ -68,9 +68,9 @@ so-kibana:
|
|||||||
- hostname: kibana
|
- hostname: kibana
|
||||||
- user: kibana
|
- user: kibana
|
||||||
- environment:
|
- environment:
|
||||||
- ELASTICSEARCH_HOST={{ master }}
|
- ELASTICSEARCH_HOST={{ MASTER }}
|
||||||
- ELASTICSEARCH_PORT=9200
|
- ELASTICSEARCH_PORT=9200
|
||||||
- MASTER={{ master }}
|
- MASTER={{ MASTER }}
|
||||||
- binds:
|
- binds:
|
||||||
- /opt/so/conf/kibana/etc:/usr/share/kibana/config:rw
|
- /opt/so/conf/kibana/etc:/usr/share/kibana/config:rw
|
||||||
- /opt/so/log/kibana:/var/log/kibana:rw
|
- /opt/so/log/kibana:/var/log/kibana:rw
|
||||||
@@ -79,11 +79,11 @@ so-kibana:
|
|||||||
- port_bindings:
|
- port_bindings:
|
||||||
- 0.0.0.0:5601:5601
|
- 0.0.0.0:5601:5601
|
||||||
|
|
||||||
so-kibana-config-load:
|
#o-kibana-config-load:
|
||||||
cmd.script:
|
# cmd.script:
|
||||||
- shell: /bin/bash
|
# - shell: /bin/bash
|
||||||
- runas: socore
|
# - runas: socore
|
||||||
- source: salt://kibana/bin/so-kibana-config-load
|
# - source: salt://kibana/bin/so-kibana-config-load
|
||||||
|
|
||||||
# Keep the setting correct
|
# Keep the setting correct
|
||||||
#KibanaHappy:
|
#KibanaHappy:
|
||||||
|
|||||||
Reference in New Issue
Block a user