Skip to content
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 @@ -388,6 +388,7 @@ https://github.com/elastic/beats/compare/v7.0.0-alpha2...master[Check the HEAD d
- Updating Oauth2 flow for m365_defender fileset. {pull}24829[24829]
- Improve PanOS parsing and ingest pipeline. {issue}22413[22413] {issue}22748[22748] {pull}24799[24799]
- Fix S3 input validation for non amazonaws.com domains. {issue}24420[24420] {pull}24861[24861]
- Fix google_workspace and okta modules pagination when next page template is empty. {pull}24967[24967]

*Heartbeat*

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ response.pagination:
- set:
target: url.params.pageToken
value: "[[.last_response.body.nextPageToken]]"
fail_on_template_error: true
cursor:
last_execution_datetime:
value: "[[formatDate now]]"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ response.pagination:
- set:
target: url.params.pageToken
value: "[[.last_response.body.nextPageToken]]"
fail_on_template_error: true
cursor:
last_execution_datetime:
value: "[[formatDate now]]"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ response.pagination:
- set:
target: url.params.pageToken
value: "[[.last_response.body.nextPageToken]]"
fail_on_template_error: true
cursor:
last_execution_datetime:
value: "[[formatDate now]]"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ response.pagination:
- set:
target: url.params.pageToken
value: "[[.last_response.body.nextPageToken]]"
fail_on_template_error: true
cursor:
last_execution_datetime:
value: "[[formatDate now]]"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ response.pagination:
- set:
target: url.params.pageToken
value: "[[.last_response.body.nextPageToken]]"
fail_on_template_error: true
cursor:
last_execution_datetime:
value: "[[formatDate now]]"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ response.pagination:
- set:
target: url.params.pageToken
value: "[[.last_response.body.nextPageToken]]"
fail_on_template_error: true
cursor:
last_execution_datetime:
value: "[[formatDate now]]"
Expand Down
1 change: 1 addition & 0 deletions x-pack/filebeat/module/okta/system/config/input.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ response.pagination:
- set:
target: url.value
value: '[[ getRFC5988Link "next" .last_response.header.Link ]]'
fail_on_template_error: true

cursor:
published:
Expand Down