0

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.

enter image description here

I need some guidance as to how to create alerts when indexers fail in Azure Search.

Pratik Bhattacharya
  • 3,596
  • 2
  • 32
  • 60

1 Answers1

0

You should be able to add diagnostic logging for your indexing activities, and then use Azure Monitor. This doc article should be a good starting point: https://learn.microsoft.com/en-us/azure/search/search-monitor-usage

Bertrand Le Roy
  • 17,731
  • 2
  • 27
  • 33