From dd852497815b40983c1b3a273c148ef7c239ce39 Mon Sep 17 00:00:00 2001 From: Wes Date: Tue, 23 Jul 2024 16:36:41 +0000 Subject: [PATCH] Remove Fleet final pipeline --- salt/elasticsearch/config.sls | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/salt/elasticsearch/config.sls b/salt/elasticsearch/config.sls index 27a8a0fd6..4253b1d00 100644 --- a/salt/elasticsearch/config.sls +++ b/salt/elasticsearch/config.sls @@ -118,6 +118,13 @@ esingestconf: - user: 930 - group: 939 +# Remove .fleet_final_pipeline-1 because we are using global@custom now +so-fleet-final-pipeline-remove: + file.absent: + - name: /opt/so/conf/elasticsearch/ingest/.fleet_final_pipeline-1 + - onchanges: + - file: esingestconf + # Auto-generate Elasticsearch ingest node pipelines from pillar {% for pipeline, config in ELASTICSEARCHMERGED.pipelines.items() %} es_ingest_conf_{{pipeline}}: