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 +4 -4
- data/lib/logstash/inputs/sqs_s3.rb +1 -1
- data/logstash-input-sqs_s3.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: 8343e31af50f4973eb7de6b63b1509216c28bb1fa89dd8357b539ca91424236c
|
4
|
+
data.tar.gz: 7a271249a3321367f24237c83bbd73654d0b8106ae7f37733368f5968650d916
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
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.
|
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."
|