logstash-input-sqs_s3 1.1.2 → 1.1.3

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: b2c1d88096f1454205e11131c1a7ea980190c45f8d49cd2f99fc8ff3f7652819
4
- data.tar.gz: 5a9a5b9258cedd4d5b187b08faec6f97db84c8b68762d76da97e828aad9ba9c8
3
+ metadata.gz: 8343e31af50f4973eb7de6b63b1509216c28bb1fa89dd8357b539ca91424236c
4
+ data.tar.gz: 7a271249a3321367f24237c83bbd73654d0b8106ae7f37733368f5968650d916
5
5
  SHA512:
6
- metadata.gz: a8d547ff18844c52c89480623c56dcbd787906fedff1fd2fecb09c5e3d3a9ae034ae7026b03af20a9a52b4451228b1f102524bfecaa89390862709cf1b73744d
7
- data.tar.gz: 4f0ca6ab34c61efe0a1e650e48b44b84e16138a82ae92a3585c45936aecd6c059170d392bf4a7667398de49e5bd1e913b67b43f8771a5fede44ec2c4cfc219dd
6
+ metadata.gz: cb1ed0dade58f348c37cc46ae54cd5e2fb3c22209571da4e4857bd19f3d73a26f5fcd9fef1fd210aac674efa2c3856c5ac353692985b1c9e3dbc3d51516a7126
7
+ data.tar.gz: e3167e7b27e0c6c1ae5ab3a7ef9e5b9f7fe22648afb73a580d5ecd8bdf4870b089239470f91bb1965603bedf9b9ece1f7cceaeb4dcb6ba3211e4c92a5f2bab3a
@@ -131,7 +131,7 @@ class LogStash::Inputs::SQSS3 < LogStash::Inputs::Threadable
131
131
  :attribute_names => SQS_ATTRIBUTES,
132
132
  # we will use the queue's setting, a good value is 10 seconds
133
133
  # (to ensure fast logstash shutdown on the one hand and few api calls on the other hand)
134
- :wait_time_seconds => nil,
134
+ :wait_time_seconds => nil
135
135
  }
136
136
  end
137
137
 
@@ -1,6 +1,6 @@
1
1
  Gem::Specification.new do |s|
2
2
  s.name = 'logstash-input-sqs_s3'
3
- s.version = '1.1.2'
3
+ s.version = '1.1.3'
4
4
  s.licenses = ['Apache License (2.0)']
5
5
  s.summary = "Get logs from AWS s3 buckets as issued by an object-created event via sqs."
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/plugin install gemname. This gem is not a stand-alone program. Full credit goes to Heiko Finzel. Republishing this gem to support Logstash 5."
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: logstash-input-sqs_s3
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.1.2
4
+ version: 1.1.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Heiko Finzel