You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Sep 17, 2019. It is now read-only.
@@ -100,10 +100,10 @@ class LogStash::Outputs::Jdbc < LogStash::Outputs::Base
100
100
config:max_repeat_exceptions,obsolete: 'This has been replaced by max_flush_exceptions - which behaves slightly differently. Please check the documentation.'
101
101
config:max_repeat_exceptions_time,obsolete: 'This is no longer required'
102
102
config:idle_flush_time,obsolete: 'No longer necessary under Logstash v5'
# The magic key used to convert the whole event to JSON. If you need this, and you have the default in your events, you can use this to change your magic keyword.
Copy file name to clipboardExpand all lines: logstash-output-jdbc.gemspec
+11-17
Original file line number
Diff line number
Diff line change
@@ -4,35 +4,29 @@ Gem::Specification.new do |s|
4
4
s.licenses=['Apache License (2.0)']
5
5
s.summary='This plugin allows you to output to SQL, via JDBC'
6
6
s.description="This gem is a logstash plugin required to be installed on top of the Logstash core pipeline using $LS_HOME/bin/logstash-plugin install 'logstash-output-jdbc'. This gem is not a stand-alone program"
0 commit comments