Closed arokiabhavya closed 7 years ago
What version of the plugin are you using please? Latest? Or something older? Did you install it via the logstash-plugin command (please tell me you didn't just clone the repo/download it as a zip).
I've not yet had the time to test Logstsh 5.3 myself, but it should work.
We downloaded the master version as a zip,edited gem file as gem "logstash-output-jdbc", :Path => "./logstash-output-jdbc" and installed logstash-plugin install --no-verify Can you please give the log-stash version in which you have tested? And can you give the list of jars to be placed in vendor/jdbc/jar?
We downloaded the master version as a zip
I would not suggest doing that, since you're just creating more work for yourself and me. Just use the logstash-plugin command.
If there is some reason you can't use the logstash-plugin command, then you need the jars and their dependencies listed in https://github.com/theangryangel/logstash-output-jdbc/blob/master/logstash-output-jdbc.gemspec#L29
You can either install them by hand, or use rake install_jars
task from the Rakefile.
Hi,
Thanks
Expected & Actual Behavior
Your Environment