-
Notifications
You must be signed in to change notification settings - Fork 444
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
okta: add extended okta.debug_context.debug_data handling #3362
Conversation
🌐 Coverage report
|
packages/okta/data_stream/system/elasticsearch/ingest_pipeline/default.yml
Show resolved
Hide resolved
packages/okta/data_stream/system/_dev/test/pipeline/test-okta-system-events.json-expected.json
Outdated
Show resolved
Hide resolved
packages/okta/data_stream/system/_dev/test/pipeline/test-okta-system-events.json-expected.json
Outdated
Show resolved
Hide resolved
@ynirk PTAL |
Pinging @elastic/security-external-integrations (Team:Security-External Integrations) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
@ynirk I was wondering if you think it would be worth moving the |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM!
sorry @efd6 I missed your last ping. It could have been a good idea but I suppose it's too late now |
The change here reflects the situation in the filebeat module and that was merged three weeks ago, so we are sort of stuck with this. |
What does this PR do?
This adds additional handling of the debug_context.debug_data object and particularly the risk level field that is in that object.
Checklist
changelog.yml
file.Author's Checklist
okta.debug_context.debug_data.flattened.logOnlySecurityData
tookta.debug_context.debug_data.flattened
to make the structure ofokta.debug_context.debug_data
agnostic to the original event's structure.How to test this PR locally
Run
elastic-package test
in the okta package.Related issues
Screenshots