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: "0.5.0"
changes:
- description: change okta.target to flattened type
type: enhancement
link: https://github.com/elastic/integrations/pull/899
- version: "0.4.2"
changes:
- description: add fail_on_template_error on pagination
Expand Down
2 changes: 1 addition & 1 deletion packages/okta/data_stream/system/fields/fields.yml
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@
The result of the outcome. Must be one of: SUCCESS, FAILURE, SKIPPED, ALLOW, DENY, CHALLENGE, UNKNOWN.
- name: okta.target
title: Target
type: array
type: flattened
description: |
The list of targets.
fields:
Expand Down
2 changes: 1 addition & 1 deletion packages/okta/manifest.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: okta
title: Okta
version: 0.4.2
version: 0.5.0
release: experimental
description: Okta Integration
type: integration
Expand Down