Remove Fleet final pipeline

This commit is contained in:
Wes
2024-07-23 16:36:41 +00:00
parent bdba621442
commit dd85249781

View File

@@ -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}}: