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 1
1
# 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
2
7
- version : " 1.19.0"
3
8
changes :
4
9
- description : Retain target information.
Original file line number Diff line number Diff line change @@ -596,14 +596,6 @@ processors:
596
596
- okta_target_user
597
597
- okta_target_group
598
598
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
607
599
- set :
608
600
field : client.user.id
609
601
value : " {{okta.actor.id}}"
Original file line number Diff line number Diff line change 1
1
name : okta
2
2
title : Okta
3
- version : " 1.19.0 "
3
+ version : " 1.19.1 "
4
4
release : ga
5
5
description : Collect and parse event logs from Okta API with Elastic Agent.
6
6
type : integration
You can’t perform that action at this time.
0 commit comments