-
Notifications
You must be signed in to change notification settings - Fork 41
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
[Feature Request] Synthetics Monitor Schedule #895
Comments
Have you looked into Maintenance Windows?
You could create a Maintenance Windows and filter specifically for the Synthetics monitors you do not want alerted on during your monthly maintenance schedule. The monitors will still run, and the downtime will still be recorded, but you will not receive alerts during that time. |
Hi @MakoWish, |
@MakoWish : I am not sure which field I need to filter on so that it targets a specific Synthetic Monitor. |
You didn't mention that it was a single monitoring rule before, so that definitely does make things more difficult. What you are asking for would have to look at the {{context.hits}} when there are matches and not send the alert for what you want maintenance windows defined for. That may be a difficult ask, but I will leave that up to the DEVs to chime in. I would suggest breaking your one monitoring rule out to the different groups of systems you want to monitor separately. We have different monitoring rules for not only our different teams, but different levels or types of systems. For instance, our AppDev team alone has Sandbox, Development, Staging, and Production. Each of those groups of systems have their own monitoring rule. We have close to a thousand total monitors with several dozen different monitoring rules. This way, we can have maintenance windows for each of those different groups of systems. If you want to keep this ER open, by all means do, but it may take a long time (years?) before anything like this becomes available; if ever. Breaking that one monitoring rule out into groups of systems will be your best bet in the short term. |
The single monitoring rule what created automatically so I though it was the same for everyone. Sorry for the confusion. I really hope they add this feature because I find it to be pretty important. I imagine that everyone that is using synthetics monitoring would want this to be added. |
The Maintenance Window feature was one that we voted for and applauded when released, but it seems to work well for us since we have separate monitoring rules for each different group of devices. |
Hi,
I will start by mentioning that Synthetic Monitors are awesome and that they completely transformed how we monitor the availability of our services. Truly a game changer.
Although, please add the possibility to add a schedule for a synthetic monitor.
For example, we have many ICMP monitors for our servers and those servers reboot monthly.
Every time they do, we receive alerts in Elastic from the monitor.
I would like to be able to configure the monitors so that they don't run on specific hours and days of the month.
Creating a maintenance window does not works since it blocks all outgoing alerts which is not what I want to do.
Thank you very much !
The text was updated successfully, but these errors were encountered: