Skip to content

Commit

Permalink
Fix okta default date in module config
Browse files Browse the repository at this point in the history
  • Loading branch information
marc-gr committed Feb 12, 2021
1 parent 934d978 commit 7be3851
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 @@ -378,6 +378,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 7be3851

Please sign in to comment.