From 90ecbe90d8ae2c4f934f927f0f0009582903ecca Mon Sep 17 00:00:00 2001 From: reyesj2 <94730068+reyesj2@users.noreply.github.com> Date: Fri, 24 Apr 2026 12:56:27 -0500 Subject: [PATCH] allow heavynodes to run elasticsearch/cluster state --- salt/allowed_states.map.jinja | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/salt/allowed_states.map.jinja b/salt/allowed_states.map.jinja index 3a6aa2f6a..6d8b0e2a0 100644 --- a/salt/allowed_states.map.jinja +++ b/salt/allowed_states.map.jinja @@ -79,7 +79,7 @@ ), 'so-heavynode': ( sensor_states + - ['elasticagent', 'elasticsearch', 'logstash', 'redis', 'nginx'] + ['elasticagent', 'elasticsearch', 'elasticsearch.cluster', 'logstash', 'redis', 'nginx'] ), 'so-idh': ( ['idh']