diff --git a/packages/okta/changelog.yml b/packages/okta/changelog.yml index 770c9ecc50f..206b61e9078 100644 --- a/packages/okta/changelog.yml +++ b/packages/okta/changelog.yml @@ -1,4 +1,9 @@ # newer versions go on top +- version: "1.10.3" + changes: + - description: Mark url config option as a required field + type: bugfix + link: https://github.com/elastic/integrations/pull/4424 - version: "1.10.2" changes: - description: Use ECS geo.location definition. 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 24a3d77d72d..3fa890e4afd 100644 --- a/packages/okta/data_stream/system/agent/stream/httpjson.yml.hbs +++ b/packages/okta/data_stream/system/agent/stream/httpjson.yml.hbs @@ -1,10 +1,7 @@ config_version: "2" interval: {{interval}} request.method: "GET" - -{{#if url}} request.url: {{url}} -{{/if}} {{#if ssl}} request.ssl: {{ssl}} {{/if}} diff --git a/packages/okta/manifest.yml b/packages/okta/manifest.yml index 90b4fb2b8a3..31fa7decc64 100644 --- a/packages/okta/manifest.yml +++ b/packages/okta/manifest.yml @@ -1,6 +1,6 @@ name: okta title: Okta -version: 1.10.2 +version: 1.10.3 release: ga description: Collect and parse event logs from Okta API with Elastic Agent. type: integration @@ -62,7 +62,7 @@ policy_templates: type: text title: Okta System Log API Url multi: false - required: false + required: true show_user: true - name: proxy_url type: text