I have multiple indexers which are indexing my index in a Azure Search. Sometime the indexers have failed due to various issues in the Source. I need to create alerts so that my operation team can act on the failures immediately. I tried creating alerts in the Azure Search, however I am not getting a proper Signal in "Configure Signal Logic" pane.
I need some guidance as to how to create alerts when indexers fail in Azure Search.
You can create an alert with the following conditions:
What is important, you need to add dimensions to check only failed documents from a certain index:
In the end, it should look like this:
An alert configured like this will fire as soon as a single document fails to be processed.