Forward Logs from Elasticsearch to external destination application

Elasticsearch does not push data. It has a REST endpoint (pull).

You will need to use an additional tool take data from elasticsearch and push it to another destination.

Example, You can use Logstash with elasticsearch as an input and send data / documents to some other destination system.

There are many batch and streaming ETL tools that can use elasticsearch as a source.

1 Like