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:
- 0.0.0.0:514:514/udp
- 0.0.0.0:514:514/tcp
- 0.0.0.0:5066/tcp
- 0.0.0.0:5066:5066/tcp
- watch:
- file: /opt/so/conf/filebeat/etc/filebeat.yml

View File

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