From 7d68ef0e8b676236e9ccb9913ce18480d7c6015b Mon Sep 17 00:00:00 2001 From: Wes Date: Thu, 26 Jan 2023 16:07:31 +0000 Subject: [PATCH] Add Elastic Agent and Fleet to firewall configuration for Import Mode --- salt/firewall/assigned_hostgroups.map.yaml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/salt/firewall/assigned_hostgroups.map.yaml b/salt/firewall/assigned_hostgroups.map.yaml index 6e249ec93..0f16228b2 100644 --- a/salt/firewall/assigned_hostgroups.map.yaml +++ b/salt/firewall/assigned_hostgroups.map.yaml @@ -436,6 +436,7 @@ role: - {{ portgroups.influxdb }} - {{ portgroups.elasticsearch_rest }} - {{ portgroups.elasticsearch_node }} + - {{ portgroups.elastic_agent_control }} sensors: portgroups: - {{ portgroups.beats_5044 }} @@ -453,6 +454,10 @@ role: elasticsearch_rest: portgroups: - {{ portgroups.elasticsearch_rest }} + elastic_agent_endpoint: + portgroups: + - {{ portgroups.elastic_agent_control }} + - {{ portgroups.elastic_agent_data }} analyst: portgroups: - {{ portgroups.nginx }}