Logstash Out of memory

At least these updated plugins are in use. I searched the issues repository and didn't see anything memory related.

Updated logstash-filter-date 0.1.6 to 1.0.0
Updated logstash-filter-grok 0.1.10 to 1.0.0

Hopefully we have good luck then

HI Jay,

I was wondering if you could share your sqlite3 jdbc log stash config file please? I am struggling to connect to my DB.

Thanks,
Marc

input {
        jdbc {
                jdbc_driver_library => "/Configs/Logstash/Drivers/sqlite-jdbc-3.8.11.1.jar"
                jdbc_driver_class => "org.sqlite.JDBC"
                jdbc_connection_string => "jdbc:sqlite:/Configs/Logstash/sqlite-test.db"
                jdbc_user => "test_user"
                jdbc_password => "test_pass"
                statement => "SELECT * FROM test"
          }
}