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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: e60c64a039896b7e71c01990a5aeb0e53cbc145bab218477d8c24ebc313f35e9
4
- data.tar.gz: b1734a86910ddcb4c4379021d0977f41e31c184b9f95d3076837ade548fce5a5
3
+ metadata.gz: 8e2acf718807667b0e96347dcbcbff005bfd541635f0045ef8924fe84a8c5e09
4
+ data.tar.gz: 5abbd3a4454f00b874b1bb31d451d301c6523997aea9ba9bd6a5893aefb4ec35
5
5
  SHA512:
6
- metadata.gz: 4e13ef14bd8626583f174d10ef5ff19b4dc57934fa7528009258e2aad78c5edfbcc2de11d29e4b92ea2ce55503025d197d4cb3e5d8370b3a43fd8bf3fece891d
7
- data.tar.gz: 7b5c552942cf3981ac118440a1dcdcee93ca66a549dfe243280bc040553b4731817adec293b870c4ca24522678a4be5cdee80c0953185d463580f3631cbc0068
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: 10
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.7'
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"
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: logstash-output-analyticdb
3
3
  version: !ruby/object:Gem::Version
4
- version: 5.4.0.7
4
+ version: 5.4.0.8
5
5
  platform: ruby
6
6
  authors:
7
7
  - the_angry_angel