From c3717dae672927b327016da0a2cde05ac7c62fae Mon Sep 17 00:00:00 2001 From: Wes Date: Wed, 25 Jan 2023 18:27:00 +0000 Subject: [PATCH] Add Elastic Fleet 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..3b6f4a59a 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.elasticsearch_rest }} + - {{ portgroups.elastic_agent_control }} analyst: portgroups: - {{ portgroups.nginx }}