Skip to content

Commit 47cc547

Browse files
committed
okta: remove redundant rename processors
1 parent 3a53ce0 commit 47cc547

File tree

3 files changed

+6
-9
lines changed

3 files changed

+6
-9
lines changed

packages/okta/changelog.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,9 @@
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.

packages/okta/data_stream/system/elasticsearch/ingest_pipeline/default.yml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff 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}}"

packages/okta/manifest.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: okta
22
title: Okta
3-
version: "1.19.0"
3+
version: "1.19.1"
44
release: ga
55
description: Collect and parse event logs from Okta API with Elastic Agent.
66
type: integration

0 commit comments

Comments
 (0)