Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Filebeat] Change okta.target to nested field #24636

Merged
merged 5 commits into from
Apr 7, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions CHANGELOG.next.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -815,6 +815,7 @@ https://github.com/elastic/beats/compare/v7.0.0-alpha2...master[Check the HEAD d
- Add `proxy_url` config for httpjson v2 input. {issue}24615[24615] {pull}24662[24662]
- Add support for upper case field names in Sophos XG module {pull}24693[24693]
- Add `fail_on_template_error` option for httpjson input. {pull}24784[24784]
- Change `okta.target` to `flattened` field type. {issue}24354[24354] {pull}24636[24636]

*Heartbeat*

Expand Down
2 changes: 1 addition & 1 deletion filebeat/docs/fields.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -111747,7 +111747,7 @@ type: keyword
The list of targets.


type: array
type: flattened

--

Expand Down
2 changes: 1 addition & 1 deletion x-pack/filebeat/module/okta/fields.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

14 changes: 7 additions & 7 deletions x-pack/filebeat/module/okta/system/_meta/fields.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@
Display name of the actor.

- name: client
title: Client
title: Client
short: Fields about the client of the actor.
description: >
Fields that let you store information about the client of the actor.
Expand All @@ -73,18 +73,18 @@
type: ip
description: >
The IP address of the client.

- name: user_agent
description: >
Fields about the user agent information of the client.
type: group
fields:

- name: raw_user_agent
type: keyword
description: >
The raw informaton of the user agent.

- name: os
type: keyword
description: >
Expand Down Expand Up @@ -133,7 +133,7 @@
short: The list of targets.
description: >
The list of targets.
type: array
type: flattened
fields:

- name: id
Expand Down Expand Up @@ -275,7 +275,7 @@
type: group
fields:

- name: as
- name: as
type: group
description: >
The autonomous system.
Expand All @@ -291,7 +291,7 @@
description: >
The organization that owns the AS number.
fields:

- name: name
type: keyword
description: >
Expand Down