If I would like to create an uptime alert with filtering only to certain monitor.name or monitor.type the filtering does not effects - all the monitors are checked and the alerts are fired.
In the result index (test1) the following document appeared.
{
"_index" : "test1",
"_type" : "_doc",
"_id" : "8BmianYBpUTboumd6Vw8",
"_score" : 1.0,
"_source" : {
"alert_time" : "2020-12-16T07:57:29.303Z",
"subject" : "test5",
"to" : "email1@abcd.net",
"message" : "Down monitor: jira_nginx-af274034a0a744e5"
}
}
So, it reports about a monitor that does not fitt in the filter.