-
Notifications
You must be signed in to change notification settings - Fork 458
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
okta: allow user configuration of debug_data flattened use (#9868)
- Loading branch information
Showing
21 changed files
with
8,047 additions
and
242 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
24 changes: 24 additions & 0 deletions
24
packages/okta/data_stream/system/_dev/test/pipeline/test-okta-system-no-flattened-events.log
Large diffs are not rendered by default.
Oops, something went wrong.
6 changes: 6 additions & 0 deletions
6
...data_stream/system/_dev/test/pipeline/test-okta-system-no-flattened-events.log-config.yml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
fields: | ||
"@timestamp": "2020-04-28T11:07:58.223Z" | ||
tags: | ||
- preserve_original_event | ||
_conf: | ||
remove_flattened_debug: true |
3,645 changes: 3,645 additions & 0 deletions
3,645
...a_stream/system/_dev/test/pipeline/test-okta-system-no-flattened-events.log-expected.json
Large diffs are not rendered by default.
Oops, something went wrong.
24 changes: 24 additions & 0 deletions
24
...ages/okta/data_stream/system/_dev/test/pipeline/test-okta-system-yes-flattened-events.log
Large diffs are not rendered by default.
Oops, something went wrong.
6 changes: 6 additions & 0 deletions
6
...ata_stream/system/_dev/test/pipeline/test-okta-system-yes-flattened-events.log-config.yml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
fields: | ||
"@timestamp": "2020-04-28T11:07:58.223Z" | ||
tags: | ||
- preserve_original_event | ||
_conf: | ||
remove_flattened_debug: false |
3,788 changes: 3,788 additions & 0 deletions
3,788
..._stream/system/_dev/test/pipeline/test-okta-system-yes-flattened-events.log-expected.json
Large diffs are not rendered by default.
Oops, something went wrong.
14 changes: 14 additions & 0 deletions
14
packages/okta/data_stream/system/_dev/test/system/test-api-key-no-flattened-config.yml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
input: httpjson | ||
service: okta | ||
vars: | ||
url: http://{{Hostname}}:{{Port}}/api/v1/logs | ||
interval: 10s | ||
api_key: testing | ||
enable_request_tracer: true | ||
policy_template: okta | ||
data_stream: | ||
vars: | ||
preserve_original_event: true | ||
remove_flattened_debug: true | ||
assert: | ||
hit_count: 4 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.