Nosql data ingestion using logstash

Hi All,

Anybody have ever tried data ingestion using logstash from a "nosql couchbase" database?
I'm unable to find out exact driver for this, can someone advice on how to proceed in this.

Thanks
Gauti

I have not, but it looks like Couchbase is compatible with JDBC, so you can use the JDBC input filter in logstash to query Couchbase.
https://docs.couchbase.com/server/current/connectors/odbc-jdbc-drivers.html

https://www.elastic.co/guide/en/logstash/current/plugins-inputs-jdbc.html

hi @AquaX i'm using JDBC input filter but was not able to get the "jdbc_driver_library" and "jdbc_driver_class" for couchbase

Thanks
Gautham

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