I'm indexing data from Oracle DB to Elasticsearch using logstash.
The Logstash process always terminates (after about ~ 20 mins), with the below error:
Sequel::DatabaseError: Java::JavaSql::SQLException: ORA-02396: exceeded maximum idle time
Is there a way I could have the jdbc connection validation from Sequel to work for Oracle?
How do we use sequel_opts in the Logstash input config?
jdbc_validate_connection setting in logstash config doesn't seem to help.`
I'm indexing data from Oracle DB to Elasticsearch using logstash.
The Logstash process always terminates (after about ~ 20 mins), with the below error:
Sequel::DatabaseError: Java::JavaSql::SQLException: ORA-02396: exceeded maximum idle time
Is there a way I could have the jdbc connection validation from Sequel to work for Oracle? How do we use sequel_opts in the Logstash input config?
jdbc_validate_connection
setting in logstash config doesn't seem to help.`