Create an alert in Kibata when no documents are received

I want to create an Alert when no new documents (of a certain type) are created in an index for a certain amount if time.

What is the best wat to achieve this? And It would be nice to in corporate this in the standard Alerting.

Who can assists me?

KR Henk

Hi,

This can be achieved using the alerting feature in Elasticsearch, which allows you to create an alert based on an index threshold. The alert can be configured to trigger when the count of documents of the specified type falls below a certain threshold (e.g., 1) over the specified time period.

Regards

1 Like

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.