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
5 changes: 5 additions & 0 deletions packages/okta/changelog.yml
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,10 +1,7 @@
config_version: "2"
interval: {{interval}}
request.method: "GET"

{{#if url}}
request.url: {{url}}
{{/if}}
{{#if ssl}}
request.ssl: {{ssl}}
{{/if}}
Expand Down
4 changes: 2 additions & 2 deletions packages/okta/manifest.yml
Original file line number Diff line number Diff line change
@@ -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
Expand Down Expand Up @@ -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
Expand Down