File path in connection string

We are trying to connect to a derby database that has a file path in the conncetion string
jdbc:derby://host:port/c:path_to_database. We have a successfull connection when using datagrip but with logstash we are getting

Unable to connect to database. Trying again {:error_message=>"Sequel::DatabaseError: driver.new.connect returned nil: probably bad JDBC connection string"}

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