使用Logstash如何在Oracle数据库中推送ElasticSearch数据

使用Logstash如何在Oracle数据库中推送ElasticSearch数据,logstash,Logstash,尝试了多种方法,但没有成功 I want to push data from Elasticsearch to an Oracle database using Logstash. The configuration file should contain an input section and an output section. In the input section, we need to pass elastic search configuration and output se

尝试了多种方法,但没有成功

I want to push data from Elasticsearch to an Oracle database using Logstash.
The configuration file should contain an input section and an output section. 
In the input section, we need to pass elastic search configuration and output section JDBC configuration.

当您试图将数据从Elasticsearch(输入)发送到Oracle(输出)时,您需要:


JDBC输出不是正式存在的,我以前没有使用过它,所以我不能提供比这更多的信息

谢谢。让我试试
Please let me know is this possible in Logstash. If yes, could you please help me with this? 

**Note:** Using the Logstash JDBC input plugin, I have successfully push data from an Oracle database to Elasticsearch.