Skip to content

Commit

Permalink
Change okta.target to nested field
Browse files Browse the repository at this point in the history
  • Loading branch information
legoguy1000 committed Mar 19, 2021
1 parent 1d947ee commit f6c0fbe
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.next.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -256,6 +256,7 @@ https://github.com/elastic/beats/compare/v7.0.0-alpha2...master[Check the HEAD d
- in httpjson input using encode_as "application/x-www-form-urlencoded" now sets Content-Type correctly {issue}24331[24331] {pull}24336[24336]
- Fix default `scope` in `add_nomad_metadata`. {issue}24559[24559]
- Fix Cisco ASA parser for message 722051. {pull}24410[24410]
- Change `okta.target` to `nested` 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 @@ -105448,7 +105448,7 @@ type: keyword
The list of targets.


type: array
type: nested

--

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.

2 changes: 1 addition & 1 deletion x-pack/filebeat/module/okta/system/_meta/fields.yml
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@
short: The list of targets.
description: >
The list of targets.
type: array
type: nested
fields:

- name: id
Expand Down

0 comments on commit f6c0fbe

Please sign in to comment.