To help diagnose and resolve this, please provide the following information:
1. Custom Rule Details
2. Alert Verification
After implementing your custom rule fixes, please check:
a) Log File Verification:
b) Dashboard Status:
3. Dashboard Alerting Configuration
If alerts are showing correctly on the dashboard but you're experiencing issues with notifications:
4. Telegram Integration Test
Please provide updates on each of these points so we can identify the root cause.
I created a custom rule to deduplicate web server 400 errors (Rule 31151). My goal is to receive only one alert per hour if the source IP and location are the same.
This is the query I am using in the alerting menu specifically for these deduplicated IDs:
When I use the following query to capture all high-level alerts (Level 10 and above) for Telegram notifications, I still see duplicate alerts for the rules that should be deduplicated:
The Problem: Even though rule 100151 is active, the original alerts and the new deduplicated alerts seem to both trigger or show up in the results, leading to duplicate notifications in Telegram.
How can I properly suppress the original alert so that only the deduplicated rule triggers the notification? Should I be using dependent_level or a different if_matched_sid logic to ensure the base rule doesn't fire alongside the custom one?
Any help would be greatly appreciated!
I created a custom rule to deduplicate web server 400 errors (Rule 31151). My goal is to receive only one alert per hour if the source IP and location are the same.
This is the query I am using in the alerting menu specifically for these deduplicated IDs:
When I use the following query to capture all high-level alerts (Level 10 and above) for Telegram notifications, I still see duplicate alerts for the rules that should be deduplicated:
The Problem: Even though rule 100151 is active, the original alerts and the new deduplicated alerts seem to both trigger or show up in the results, leading to duplicate notifications in Telegram.
How can I properly suppress the original alert so that only the deduplicated rule triggers the notification? Should I be using dependent_level or a different if_matched_sid logic to ensure the base rule doesn't fire alongside the custom one?
Any help would be greatly appreciated!