Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Change okta.target to flattened for better search capabilities #899

Merged
merged 1 commit into from
Apr 12, 2021
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