File tree Expand file tree Collapse file tree 3 files changed +10
-1
lines changed
data_stream/audit/elasticsearch/ingest_pipeline Expand file tree Collapse file tree 3 files changed +10
-1
lines changed Original file line number Diff line number Diff line change 11# newer versions go on top
2+ - version : " 1.25.1"
3+ changes :
4+ - description : Fix handling of empty Slack `context.ip_address` fields.
5+ type : bugfix
6+ link : https://github.com/elastic/integrations/pull/14898
27- version : " 1.25.0"
38 changes :
49 - description : Update Kibana constraint to support 9.0.0.
Original file line number Diff line number Diff line change @@ -120,6 +120,10 @@ processors:
120120 - user_agent :
121121 field : user_agent.original
122122 ignore_failure : true
123+ - remove :
124+ field : slack.context.ip_address
125+ ignore_missing : true
126+ if : ctx.slack?.context?.ip_address == ""
123127 - rename :
124128 field : slack.context.ip_address
125129 target_field : source.address
Original file line number Diff line number Diff line change 11format_version : " 3.0.2"
22name : slack
33title : " Slack Logs"
4- version : " 1.25.0 "
4+ version : " 1.25.1 "
55description : " Slack Logs Integration"
66type : integration
77categories :
You can’t perform that action at this time.
0 commit comments