Hi @SplunkSN, if you're speaking of alerts on different Splunk servers, the only solution is to have a Search Head Cluster, so only one server will run alerts. If instead you're speaking of alerts ...
See more...
Hi @SplunkSN, if you're speaking of alerts on different Splunk servers, the only solution is to have a Search Head Cluster, so only one server will run alerts. If instead you're speaking of alerts on one server and site1 and site2 are different hosts, you have to add this condition, as a filte, in your search. In other words, if there's a condition to test (e.g. a status parameter, also in another search) to test to find the active host, you could run something like this: <your_main_search> [ search <your_host_status_search> | dedup host | fields host ]
| ... Ciao. Giuseppe