only allow hosts in syslog host group to connect to manager type nodes

This commit is contained in:
m0duspwnens
2020-10-21 14:41:03 -04:00
parent 8805fef187
commit ef1e05db3e

View File

@@ -428,9 +428,6 @@ role:
self: self:
portgroups: portgroups:
- {{ portgroups.syslog}} - {{ portgroups.syslog}}
syslog:
portgroups:
- {{ portgroups.syslog }}
INPUT: INPUT:
hostgroups: hostgroups:
anywhere: anywhere:
@@ -449,9 +446,6 @@ role:
self: self:
portgroups: portgroups:
- {{ portgroups.syslog}} - {{ portgroups.syslog}}
syslog:
portgroups:
- {{ portgroups.syslog }}
INPUT: INPUT:
hostgroups: hostgroups:
anywhere: anywhere:
@@ -481,9 +475,6 @@ role:
self: self:
portgroups: portgroups:
- {{ portgroups.syslog}} - {{ portgroups.syslog}}
syslog:
portgroups:
- {{ portgroups.syslog }}
INPUT: INPUT:
hostgroups: hostgroups:
anywhere: anywhere:
@@ -551,12 +542,6 @@ role:
portgroups: portgroups:
- {{ portgroups.redis }} - {{ portgroups.redis }}
- {{ portgroups.elasticsearch_node }} - {{ portgroups.elasticsearch_node }}
self:
portgroups:
- {{ portgroups.syslog}}
syslog:
portgroups:
- {{ portgroups.syslog }}
beats_endpoint: beats_endpoint:
portgroups: portgroups:
- {{ portgroups.beats_5044 }} - {{ portgroups.beats_5044 }}