How to test for indexes NOT being created?

Hi all. My ELK should be receiving data regularly, and creating a new index daily. Is there any way to automatically test if either of those is NOT happening?

Hey @McJava1967

Depending on your version and subscription, you can use Alerts or Watcher to detect whether new data is coming in.

You could also write a script that does something similar and put it on a scheduler to check if certain indexes exist or if there is data within a certain time period.