Export logs from ELK stack to external destination

Hi everyone,

I am writing to you because I would need to export logs from inside elk to outside, like to blob in azure or any other destination point. Do you know any solution to date available.

Thank you very much!

Welcome!

You can use Logstash to read from Elasticsearch and store to whatever output is supported.

If is not on the Elastic list, many are supported and you can find on github such as the sentinel plugin.