From 6f1438148f84e9e403850f63a7efb4fb703ebfd4 Mon Sep 17 00:00:00 2001 From: m0duspwnens Date: Tue, 31 Jan 2023 16:54:46 -0500 Subject: [PATCH] allow elastic agent access --- salt/firewall/assigned_hostgroups.map.yaml | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/salt/firewall/assigned_hostgroups.map.yaml b/salt/firewall/assigned_hostgroups.map.yaml index f0c0a7223..2af5b2bc6 100644 --- a/salt/firewall/assigned_hostgroups.map.yaml +++ b/salt/firewall/assigned_hostgroups.map.yaml @@ -79,6 +79,8 @@ role: - {{ portgroups.elasticsearch_rest }} - {{ portgroups.elasticsearch_node }} - {{ portgroups.docker_registry }} + - {{ portgroups.elastic_agent_control }} + - {{ portgroups.elastic_agent_data }} {% if ISAIRGAP is sameas true %} - {{ portgroups.agrules }} {% endif %} @@ -100,6 +102,8 @@ role: - {{ portgroups.yum }} - {{ portgroups.docker_registry }} - {{ portgroups.influxdb }} + - {{ portgroups.elastic_agent_control }} + - {{ portgroups.elastic_agent_data }} heavynodes: portgroups: - {{ portgroups.redis }} @@ -109,6 +113,8 @@ role: - {{ portgroups.yum }} - {{ portgroups.docker_registry }} - {{ portgroups.influxdb }} + - {{ portgroups.elastic_agent_control }} + - {{ portgroups.elastic_agent_data }} self: portgroups: - {{ portgroups.syslog}} @@ -168,6 +174,8 @@ role: - {{ portgroups.elasticsearch_rest }} - {{ portgroups.elasticsearch_node }} - {{ portgroups.docker_registry }} + - {{ portgroups.elastic_agent_control }} + - {{ portgroups.elastic_agent_data }} sensors: portgroups: - {{ portgroups.beats_5044 }} @@ -185,6 +193,8 @@ role: - {{ portgroups.yum }} - {{ portgroups.docker_registry }} - {{ portgroups.influxdb }} + - {{ portgroups.elastic_agent_control }} + - {{ portgroups.elastic_agent_data }} heavynodes: portgroups: - {{ portgroups.redis }} @@ -193,6 +203,8 @@ role: - {{ portgroups.yum }} - {{ portgroups.docker_registry }} - {{ portgroups.influxdb }} + - {{ portgroups.elastic_agent_control }} + - {{ portgroups.elastic_agent_data }} self: portgroups: - {{ portgroups.syslog}}