Unknown Setting in config for Custom JDBC Plugin

I was trying to customize the jdbc plugin and add a new config field of "jdbc_user_id". But after I installed the plugin onto logstash, logstash failed to start with error:
[logstash.inputs.jdbc ] Unknown setting 'jdbc_user_id' for jdbc

I've added the jdbc_user_id in the code as:
config :jdbc_user_id, :validate => :string

Any ideas?

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