Review findings generated by behavior-based detections
ba_test and risk indexes to see the findings generated by behavior-based detections. You can validate them using the Risk analysis dashboard or a Splunk search.Splunk Enterprise Security 8
list_alt
ba_test and risk indexes to see the findings generated by behavior-based detections. You can validate them using the Risk analysis dashboard or a Splunk search.index IN (ba_test, risk) source="UEBA -*"| stats sum(risk_score) as finding_score, dc(risk_object) as asentities, dc(normalized_risk_object) as normalized_entities,count by source index| table source index normalized_entities entities count finding_score| sort +count, +risk_score