-
Notifications
You must be signed in to change notification settings - Fork 4.9k
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
[Filebeat][Okta] Parse additonal debug data risk field for Okta module #30961
Comments
Pinging @elastic/security-external-integrations (Team:Security-External Integrations) |
@ynirk Are you able to provide a few redacted example log lines from Also, to follow up "other information might be valuable in |
We've made additional tests on this data and it's a bit more messy than expected: This is what we've done in our tests:
So if possible we'd like to have
Does it make sense? Do you need more information or context ? |
Thanks. I'll see how far I get and may get back to you with more questions. |
@ynirk I've made a sketch of this for the okta integration first (elastic/integrations#3362), since it's easier to work there. Would you take a look to confirm that it is what you were looking for, once that's done, I'll port over to filebeat. Note that instead of making |
@efd6 I made some comments there. I did not realize Okta format is also not consistent depending on risk field location - it's a bit painfull |
Yes, that's why I pulled it out into |
Describe the enhancement:
This request is similar to #25689
Okta enrich their system log events with a risk score ref in
debugContext.debugData.risk
but it's not parsed by filebeat and it would be valuable.Exemple of values extracted from
event.original
:In addition to parse
debugContext.debugData.risk
field, other information might be valuable indebugData
and it could be a flattened fieldDescribe a specific use case for the enhancement or feature:
A security analyst would need the risk score parsed in order to build a detection from it.
The text was updated successfully, but these errors were encountered: