logstash-plugins / logstash-integration-jdbc

Logstash Integration Plugin for JDBC, including Logstash Input and Filter Plugins
Apache License 2.0
53 stars 55 forks source link

[doc] Adding Instructions for Handling Reconnect Issues #166

Closed kaisecheng closed 6 months ago

kaisecheng commented 6 months ago

Theoretically, jdbc-input can function with any JDBC driver. However, the implementation of drivers may vary, potentially leading to unexpected behavior in connection pool management. While we do not maintain a specific list of supported databases, it is essential to document the settings required for individual databases.