mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2025-12-06 17:22:49 +01:00
Add Firewall for Beats port
This commit is contained in:
@@ -74,7 +74,7 @@ so-filebeat:
|
|||||||
- port_bindings:
|
- port_bindings:
|
||||||
- 0.0.0.0:514:514/udp
|
- 0.0.0.0:514:514/udp
|
||||||
- 0.0.0.0:514:514/tcp
|
- 0.0.0.0:514:514/tcp
|
||||||
- 0.0.0.0:5066/tcp
|
- 0.0.0.0:5066:5066/tcp
|
||||||
- watch:
|
- watch:
|
||||||
- file: /opt/so/conf/filebeat/etc/filebeat.yml
|
- file: /opt/so/conf/filebeat/etc/filebeat.yml
|
||||||
|
|
||||||
|
|||||||
@@ -18,6 +18,9 @@ firewall:
|
|||||||
beats_5644:
|
beats_5644:
|
||||||
tcp:
|
tcp:
|
||||||
- 5644
|
- 5644
|
||||||
|
beats_5066:
|
||||||
|
tcp:
|
||||||
|
- 5066
|
||||||
cortex:
|
cortex:
|
||||||
tcp:
|
tcp:
|
||||||
- 9001
|
- 9001
|
||||||
|
|||||||
Reference in New Issue
Block a user