Merge pull request #14229 from Security-Onion-Solutions/reyesj2/rel

force es pipeline sync
This commit is contained in:
Jorge Reyes
2025-02-13 08:54:06 -06:00
committed by GitHub
2 changed files with 10 additions and 3 deletions

View File

@@ -1,5 +1,12 @@
{ {
"description": "Pipeline for PFsense", "description": "Pipeline for PFsense",
"_meta": {
"package": {
"name": "pfsense"
},
"managed_by": "fleet",
"managed": true
},
"processors": [ "processors": [
{ {
"set": { "set": {
@@ -153,7 +160,7 @@
} }
}, },
{ {
"pipeline": { "pipeline": {
"name": "logs-pfsense.log-1.20.2-suricata", "name": "logs-pfsense.log-1.20.2-suricata",
"if": "ctx.event.provider == 'suricata'" "if": "ctx.event.provider == 'suricata'"
} }

View File

@@ -538,8 +538,8 @@ post_to_2.4.120() {
} }
post_to_2.4.130() { post_to_2.4.130() {
# Integrations policies need to be updated # Integrations policies need to be updated, along with ingest pipelines & index templates.
rm -f /opt/so/state/eaintegrations.txt rm -f /opt/so/state/eaintegrations.txt /opt/so/state/espipelines.txt /opt/so/state/estemplates.txt
# Sync the newly generated index templates for elasticfleet integrations # Sync the newly generated index templates for elasticfleet integrations
salt-call state.apply elasticsearch queue=True salt-call state.apply elasticsearch queue=True