diff --git a/packages/okta/changelog.yml b/packages/okta/changelog.yml index 2271d02f0bb..712325b2307 100644 --- a/packages/okta/changelog.yml +++ b/packages/okta/changelog.yml @@ -1,4 +1,9 @@ # newer versions go on top +- version: "1.5.0" + changes: + - description: Increase the limit for the number of results in an API response. + type: enhancement + link: https://github.com/elastic/integrations/pull/2791 - version: "1.4.1" changes: - description: Add missing field mapping for event.created. diff --git a/packages/okta/data_stream/system/agent/stream/httpjson.yml.hbs b/packages/okta/data_stream/system/agent/stream/httpjson.yml.hbs index a7f56624277..24a3d77d72d 100644 --- a/packages/okta/data_stream/system/agent/stream/httpjson.yml.hbs +++ b/packages/okta/data_stream/system/agent/stream/httpjson.yml.hbs @@ -23,6 +23,9 @@ request.transforms: - set: target: header.Authorization value: "SSWS {{api_key}}" + - set: + target: url.params.limit + value: '1000' - set: target: url.params.since value: "[[.cursor.published]]" diff --git a/packages/okta/manifest.yml b/packages/okta/manifest.yml index 090e47130b9..6b42465934c 100644 --- a/packages/okta/manifest.yml +++ b/packages/okta/manifest.yml @@ -1,6 +1,6 @@ name: okta title: Okta Logs -version: 1.4.1 +version: 1.5.0 release: ga description: Collect and parse event logs from Okta API with Elastic Agent. type: integration