Why is my Correlation Search not showing up in Incident Review?”
“How do I determine why a Correlation Search isn’t creating a notable event?”
@ND1 Most probably when an incident is not showing up, it's either suppression blocking the events or the notable action not being properly configured.
1. Check if notable events are being created:
index=notable earliest=-7d
| search source="*your_correlation_search_name*"
2. Check suppression settings:
| rest /services/saved/searches
| search title="*your_correlation_search_name*"
| table title, alert.suppress, alert.suppress.period
Try below:
If alert.suppress=1, try disabling suppression temporarily in ES > Content Management
Edit your correlation search and ensure "Notable" action is checked and saved
Test your correlation search manually first to confirm it returns results
If this Helps, Please Upvote.