Elasticsearch to DB

Is there a way to move Elasticsearch data into RDBMS?

Hello @dms6978,

Yes, you can do this through Logstash, using the JDBC plugin.

This is a good guide: Ingest data from a relational database into Elasticsearch Service | Elasticsearch Service Documentation | Elastic

1 Like

What I'm talking about is not "DB -> Elastic", but "Elastic -> DB".
As far as I know, there is no jdbc plug-in in Logstash as output.

As far as I know there is not anything available out-of-the-box, so I suspect you will need to create a custom application or script.

Right. There was a third party logstash-output-jdbc plugin, but it was archived by the owner.

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.