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?