File tree Expand file tree Collapse file tree 3 files changed +6
-9
lines changed
data_stream/system/elasticsearch/ingest_pipeline Expand file tree Collapse file tree 3 files changed +6
-9
lines changed Original file line number Diff line number Diff line change 11# newer versions go on top
2+ - version : " 1.19.1"
3+ changes :
4+ - description : Remove redundant rename processors.
5+ type : enhancement
6+ link : https://github.com/elastic/integrations/pull/6068
27- version : " 1.19.0"
38 changes :
49 - description : Retain target information.
Original file line number Diff line number Diff line change @@ -596,14 +596,6 @@ processors:
596596 - okta_target_user
597597 - okta_target_group
598598 ignore_missing : true
599- - rename :
600- field : okta_target_user
601- target_field : okta.target.user
602- ignore_missing : true
603- - rename :
604- field : okta_target_group
605- target_field : okta.target.group
606- ignore_missing : true
607599 - set :
608600 field : client.user.id
609601 value : " {{okta.actor.id}}"
Original file line number Diff line number Diff line change 11name : okta
22title : Okta
3- version : " 1.19.0 "
3+ version : " 1.19.1 "
44release : ga
55description : Collect and parse event logs from Okta API with Elastic Agent.
66type : integration
You can’t perform that action at this time.
0 commit comments