logstash-output-analyticdb 5.4.0.7 → 5.4.0.8
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/logstash/outputs/analyticdb.rb +1 -1
- data/logstash-output-analyticdb.gemspec +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 8e2acf718807667b0e96347dcbcbff005bfd541635f0045ef8924fe84a8c5e09
|
4
|
+
data.tar.gz: 5abbd3a4454f00b874b1bb31d451d301c6523997aea9ba9bd6a5893aefb4ec35
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 5a7f5f7c00a5243d2239811b59803134446f319c0d4f746bcb1c52c648f9ac4d41a58f07c903d73bf509285cb95f3abb0a37ca4cd9c062d1b4588323962953e9
|
7
|
+
data.tar.gz: 3123414262f4ba82bcb99de2880b273c93b81205ad8f27dd0cbaa668f2500cf2ee6daedc4ba1f9b82901ee20c8637a19599b2a23b879bf1cabb2f9265d482147
|
@@ -94,7 +94,7 @@ class LogStash::Outputs::Analyticdb < LogStash::Outputs::Base
|
|
94
94
|
# Maximum number of sequential failed attempts, before we stop retrying.
|
95
95
|
# If set to < 1, then it will infinitely retry.
|
96
96
|
# At the default values this is a little over 10 minutes
|
97
|
-
config :max_flush_exceptions, validate: :number, default:
|
97
|
+
config :max_flush_exceptions, validate: :number, default: 100
|
98
98
|
|
99
99
|
config :max_repeat_exceptions, obsolete: 'This has been replaced by max_flush_exceptions - which behaves slightly differently. Please check the documentation.'
|
100
100
|
config :max_repeat_exceptions_time, obsolete: 'This is no longer required'
|
@@ -1,6 +1,6 @@
|
|
1
1
|
Gem::Specification.new do |s|
|
2
2
|
s.name = 'logstash-output-analyticdb'
|
3
|
-
s.version = '5.4.0.
|
3
|
+
s.version = '5.4.0.8'
|
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-analyticdb'. This gem is not a stand-alone program"
|