There is a jdbc output plugin written by a third party. It is not supported by elastic and the person who wrote it has not modified it in over a year, so it is not clear that they are supporting it either.
Hi @tusharnemade - @Badger is correct. logstash-output-jdbc is not a supported plugin (c.f support matrix). It has not been updated in years and the entire repository has been archived which indicates the owner has no intention of doing anything with it.
Out of curiosity, why would you need to push Elasticsearch data into a database?
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:
You could use the kafka input plugin to read the data from Kafka and then push the data to Elasticsearch.
Apache, Apache Lucene, Apache Hadoop, Hadoop, HDFS and the yellow elephant
logo are trademarks of the
Apache Software Foundation
in the United States and/or other countries.