How to Put Elasticsearch data to Oracle Table

Thanks for the clarifications @tusharnemade - Logstash will not be able to push data into the Oracle database.

However, you could think of an architecture where your client applications are sending data to a middleware (e.g Kafka). Both Elasticsearch and Oracle could then consume the same data from Kafka. For example:

This is just a suggestion - there could be other approaches - that might require more architectural thinking to address this use case :slight_smile:

1 Like