Skip to content

Commit 803e8ca

Browse files
legoguy1000marc-gr
andauthored
[Filebeat] Change okta.target to nested field (elastic#24636)
* Change okta.target to nested field * update to flattened field type * fixed test files * update changelog * Move changelog line to Added section Co-authored-by: Marc Guasch <marc.guasch@elastic.co>
1 parent 3953756 commit 803e8ca

4 files changed

Lines changed: 10 additions & 9 deletions

File tree

CHANGELOG.next.asciidoc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -818,6 +818,7 @@ https://github.com/elastic/beats/compare/v7.0.0-alpha2...master[Check the HEAD d
818818
- Add `proxy_url` config for httpjson v2 input. {issue}24615[24615] {pull}24662[24662]
819819
- Add support for upper case field names in Sophos XG module {pull}24693[24693]
820820
- Add `fail_on_template_error` option for httpjson input. {pull}24784[24784]
821+
- Change `okta.target` to `flattened` field type. {issue}24354[24354] {pull}24636[24636]
821822

822823
*Heartbeat*
823824

filebeat/docs/fields.asciidoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112258,7 +112258,7 @@ type: keyword
112258112258
The list of targets.
112259112259

112260112260

112261-
type: array
112261+
type: flattened
112262112262

112263112263
--
112264112264

x-pack/filebeat/module/okta/fields.go

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

x-pack/filebeat/module/okta/system/_meta/fields.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@
6262
Display name of the actor.
6363
6464
- name: client
65-
title: Client
65+
title: Client
6666
short: Fields about the client of the actor.
6767
description: >
6868
Fields that let you store information about the client of the actor.
@@ -73,18 +73,18 @@
7373
type: ip
7474
description: >
7575
The IP address of the client.
76-
76+
7777
- name: user_agent
7878
description: >
7979
Fields about the user agent information of the client.
8080
type: group
8181
fields:
82-
82+
8383
- name: raw_user_agent
8484
type: keyword
8585
description: >
8686
The raw informaton of the user agent.
87-
87+
8888
- name: os
8989
type: keyword
9090
description: >
@@ -133,7 +133,7 @@
133133
short: The list of targets.
134134
description: >
135135
The list of targets.
136-
type: array
136+
type: flattened
137137
fields:
138138

139139
- name: id
@@ -275,7 +275,7 @@
275275
type: group
276276
fields:
277277

278-
- name: as
278+
- name: as
279279
type: group
280280
description: >
281281
The autonomous system.
@@ -291,7 +291,7 @@
291291
description: >
292292
The organization that owns the AS number.
293293
fields:
294-
294+
295295
- name: name
296296
type: keyword
297297
description: >

0 commit comments

Comments
 (0)