Add Firewall for Beats port

This commit is contained in:
Mike Reeves
2021-04-13 20:17:26 -04:00
parent 621e5c1cf8
commit 7153f58a03
2 changed files with 4 additions and 1 deletions

View File

@@ -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

View File

@@ -18,6 +18,9 @@ firewall:
beats_5644: beats_5644:
tcp: tcp:
- 5644 - 5644
beats_5066:
tcp:
- 5066
cortex: cortex:
tcp: tcp:
- 9001 - 9001