Export ERROR LOGS

I want to export the only error logs from Elasticsreach to Email.How Can I do it?

Filebeat has an Elasticsearch module you could use to ingest Elasticsearch logs (if you meant error logs from Elasticsearch):
https://www.elastic.co/guide/en/beats/filebeat/current/filebeat-module-elasticsearch.html

You might then use Elastic Alerting to send only filtered Error logs to email:
https://www.elastic.co/guide/en/elastic-stack-overview/current/xpack-alerting.html

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