You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
debugContext.debugData.risk data sent by Okta is not valid kv
When Okta send the risk information directly in debugContext.debugData structure (not using logOnlySecurityData field) the risk field is not a proper kv and breaks the ingest pipeline.
Example of data value: "{reasons=Anomalous Device, Anomalous Location, level=MEDIUM}" reasons have several comma separated values and breaks the KV processor.
It would be better to parse as "{reasons=*, level=*}" or at least ignore the kv processor failure ?
Okta provides interesting data as part of the debug_data. Similarly as okta.debug_context.debug_data. risk_level it would be nice to have the risk.reasons and behaviors parsed as keywords.
Describe a specific use case for the enhancement or feature:
The information is used by security analyst to create detection on anomalous login. The detection could be more specific or filtered based on the new keywords fields
The text was updated successfully, but these errors were encountered:
Describe the enhancement:
This request is a follow-up of #30961
When Okta send the risk information directly in debugContext.debugData structure (not using logOnlySecurityData field) the risk field is not a proper kv and breaks the ingest pipeline.
Example of data value:
"{reasons=Anomalous Device, Anomalous Location, level=MEDIUM}"
reasons have several comma separated values and breaks the KV processor.It would be better to parse as
"{reasons=*, level=*}"
or at least ignore the kv processor failure ?As the pipeline will likely be updated it would be nice to include the proposal made in elastic/integrations#3362 (comment)
Okta provides interesting data as part of the debug_data. Similarly as
okta.debug_context.debug_data. risk_level
it would be nice to have the risk.reasons and behaviors parsed as keywords.Describe a specific use case for the enhancement or feature:
The information is used by security analyst to create detection on anomalous login. The detection could be more specific or filtered based on the new keywords fields
The text was updated successfully, but these errors were encountered: