Monitor logs and create alert

Hi,

Is there a way to monitor incoming logs (from fluent-bit, in my case) and trigger an alert when specific keywords appear in logs?

I'm just beginning to use the ELK stack, so forgive me if I say silly things.

Hi @bdaniel7

Welcome

First you need to get the logs a Data Shipper like Beats or Elastic-Agent and the parse it if needed (more complex parsing can be dine via Logstash)

Once the logs are in Elasticsearch you can use the Watcher for Alerting, is the simple answer.

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