We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2ef5b0e commit af7f7f8Copy full SHA for af7f7f8
packages/azure/data_stream/application_gateway/elasticsearch/ingest_pipeline/default.yml
@@ -227,7 +227,7 @@ processors:
227
field: json.properties.details.data
228
target_field: event.reason
229
ignore_missing: true
230
- if: 'ctx.json?.properties?.details?.data != null && !(ctx.json?.properties?.details?.message.contains("Equal 0")) && !(ctx.json?.properties?.details?.message.contains("EQ matched 0"))'
+ if: ctx.json?.properties?.details?.message != null && !ctx.json.properties.details.message.contains("Equal 0") && !ctx.json.properties.details.message.contains("EQ matched 0")
231
- rename:
232
field: json.properties.ruleSetType
233
target_field: rule.category
0 commit comments