logstash-input-s3-sns-sqs 1.5.6 → 1.5.7

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 2844e9d4b19c4f7e8cf3bf176364eedc803bd5d4
4
- data.tar.gz: 38ef08235d941ca58243c3cea8d26371b3259590
3
+ metadata.gz: 56ea4bc001cec34ddc2e73292d63e568cdc792fe
4
+ data.tar.gz: 04a5e9fce07ba580f108ae0f1df54c1941d34978
5
5
  SHA512:
6
- metadata.gz: 88f97f97d2ff100ca317630bdb3ff1c1420a82457b1ab68deb488e0d73de01d338991f360d1a566b2ed42fa37e2d68ce931cbfaf63ebf244865e3a7cf1729527
7
- data.tar.gz: 3663bf7c764de71b5dbf86fc587c3678cdc7dc50e1b74e2fe53846c4fea415b69008fea2f8388cbd94e2a63491fa39e77e7c4d27380e54cef6a106ccd9828bcb
6
+ metadata.gz: 5c61da9cfada9992771a2fc9e90590cbca2c4fe300a02e40afecf0f9414bc2410391a9295039d5d5409a35f97b18e58750904454c504eba8906c4e1f34809b9b
7
+ data.tar.gz: 62020c6c579dd1742ec0ca848d6b57b1f9a56dd7c12e38163e23daf73787c9ebbbb01fe845618b1c01174c2f720e319d768e724af46dc7e339f4319b5d2af452
@@ -1,3 +1,5 @@
1
+ ##1.5.7
2
+ - Remove Debug poutput
1
3
  ##1.5.6
2
4
  -BugFix
3
5
  ##1.5.5
@@ -267,7 +267,7 @@ class LogStash::Inputs::S3SNSSQS < LogStash::Inputs::Threadable
267
267
  # @param [String] Which file to read from
268
268
  # @return [Boolean] True if the file was completely read, false otherwise.
269
269
  def process_local_log(filename, key, folder, instance_codec, queue, bucket, message)
270
- @logger.info('Processing file', :filename => filename)
270
+ @logger.debug('Processing file', :filename => filename)
271
271
  metadata = {}
272
272
  start_time = Time.now
273
273
  # Currently codecs operates on bytes instead of stream.
@@ -1,6 +1,6 @@
1
1
  Gem::Specification.new do |s|
2
2
  s.name = 'logstash-input-s3-sns-sqs'
3
- s.version = '1.5.6'
3
+ s.version = '1.5.7'
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 sns -> 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"
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: logstash-input-s3-sns-sqs
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.5.6
4
+ version: 1.5.7
5
5
  platform: ruby
6
6
  authors:
7
7
  - Christian Herweg