mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2025-12-06 09:12:45 +01:00
LS salt module - Fix port bindings
This commit is contained in:
@@ -0,0 +1 @@
|
|||||||
|
#
|
||||||
|
|||||||
@@ -78,12 +78,12 @@ so-logstash:
|
|||||||
- environment:
|
- environment:
|
||||||
- LS_JAVA_OPTS=-Xms{{ lsheap }} -Xmx{{ lsheap }}
|
- LS_JAVA_OPTS=-Xms{{ lsheap }} -Xmx{{ lsheap }}
|
||||||
- port_bindings:
|
- port_bindings:
|
||||||
- 0.0.0.0:5044:5044
|
- 127.0.0.1:5044:5044
|
||||||
- 127.0.0.1:6050:6050
|
- 127.0.0.1:6050:6050
|
||||||
- 127.0.0.1:6051:6051
|
- 127.0.0.1:6051:6051
|
||||||
- 127.0.0.1:6052:6052
|
- 127.0.0.1:6052:6052
|
||||||
- 127.0.0.1:6053:6053
|
- 127.0.0.1:6053:6053
|
||||||
- 0.0.0.0:9600:9600
|
- 127.0.0.1:9600:9600
|
||||||
- binds:
|
- binds:
|
||||||
- /opt/so/conf/logstash/log4j2.properties:/usr/share/logstash/config/log4j2.properties:ro
|
- /opt/so/conf/logstash/log4j2.properties:/usr/share/logstash/config/log4j2.properties:ro
|
||||||
- /opt/so/conf/logstash/logstash.yml:/usr/share/logstash/config/logstash.yml:ro
|
- /opt/so/conf/logstash/logstash.yml:/usr/share/logstash/config/logstash.yml:ro
|
||||||
|
|||||||
Reference in New Issue
Block a user