Skip to content

Commit

Permalink
Fix okta default date in module config (#24025) (#24027)
Browse files Browse the repository at this point in the history
(cherry picked from commit 2c5886a)
  • Loading branch information
marc-gr authored Feb 15, 2021
1 parent 2831d4f commit 328672e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.next.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -229,6 +229,7 @@ https://github.com/elastic/beats/compare/v7.0.0-alpha2...master[Check the HEAD d
- Fix handling of ModifiedProperties field in Office 365. {pull}23777[23777]
- Use rfc6587 framing for fortinet firewall and clientendpoint filesets when transferring over tcp. {pull}23837[23837]
- Fix httpjson input logging so it doesn't conflict with ECS. {pull}23972[23972]
- Fix Okta default date formatting. {issue}24018[24018] {pull}24025[24025]

*Heartbeat*

Expand Down
2 changes: 1 addition & 1 deletion x-pack/filebeat/module/okta/system/config/input.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ request.transforms:
- set:
target: url.params.since
value: "[[.cursor.published]]"
default: '[[now (parseDuration "-{{.initial_interval}}")]]'
default: '[[formatDate (now (parseDuration "-{{.initial_interval}}")) "RFC3339"]]'

response.pagination:
- set:
Expand Down

0 comments on commit 328672e

Please sign in to comment.