From e00fe0a732a111d89bf8eae4a243ebb25ae7f251 Mon Sep 17 00:00:00 2001 From: Mike Reeves Date: Wed, 2 Jun 2021 10:02:11 -0400 Subject: [PATCH] Enable for all modes --- salt/elasticsearch/files/elasticsearch.yml | 2 +- salt/top.sls | 6 ++++++ 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/salt/elasticsearch/files/elasticsearch.yml b/salt/elasticsearch/files/elasticsearch.yml index fed45bf79..a1d4c836b 100644 --- a/salt/elasticsearch/files/elasticsearch.yml +++ b/salt/elasticsearch/files/elasticsearch.yml @@ -36,7 +36,7 @@ xpack.security.authc: roles: superuser authz_exception: true node.name: {{ grains.host }} -script.max_compilations_rate: 1000/1m +script.max_compilations_rate: 2000/1m {%- if TRUECLUSTER is sameas true %} {%- if grains.role == 'so-manager' %} {%- if salt['pillar.get']('nodestab', {}) %} diff --git a/salt/top.sls b/salt/top.sls index 340f83825..99388fdcd 100644 --- a/salt/top.sls +++ b/salt/top.sls @@ -153,6 +153,7 @@ base: - domainstats {%- endif %} - docker_clean + - pipeline.load '*_manager and G@saltversion:{{saltversion}}': - match: compound @@ -213,6 +214,7 @@ base: - domainstats {%- endif %} - docker_clean + - pipeline.load '*_standalone and G@saltversion:{{saltversion}}': - match: compound @@ -314,6 +316,7 @@ base: {%- endif %} - schedule - docker_clean + - pipeline.load '*_managersearch and G@saltversion:{{saltversion}}': - match: compound @@ -378,6 +381,7 @@ base: - domainstats {%- endif %} - docker_clean + - pipeline.load '*_heavynode and G@saltversion:{{saltversion}}': - match: compound @@ -420,6 +424,7 @@ base: {%- endif %} - schedule - docker_clean + - pipeline.load '*_fleet and G@saltversion:{{saltversion}}': - match: compound @@ -463,3 +468,4 @@ base: - zeek - schedule - docker_clean + - pipeline.load