fluent-plugin-aws-sqs 1.0.13 → 1.0.14

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
  SHA256:
3
- metadata.gz: 269481eff6a0e60d107fa600384c1f36ffb3ce00a0554a025ff67433629c3d4c
4
- data.tar.gz: c1bda287b7e8158318dd0c06ac7e9d2bd9e1c14f24b60e203d53520afb3ac3c9
3
+ metadata.gz: 576e7539a8ae55d67cff870a0aab5709cf44624a6ad54e1322d2175707550c1e
4
+ data.tar.gz: '0568fe0e4d9f0b35ddfafd5e9a9fcc1ce90c6e2c3ada444b5dbb3e0d83f7c9f3'
5
5
  SHA512:
6
- metadata.gz: 264d727322d28102670feaa5ed15850d3b7c6b3a05595c954a07866510451144cfc09c81f65c2142b1a676751ae90e4e9eda80cda2ec8e1ad3feda80aec6778e
7
- data.tar.gz: 2706aa9ce512259f34ced378820faeaff00ab05edff61215edea411c4f4a484f84a1415779ed885cb1e1702ea5298f6eec4c6e114f5d5a771c144bc085a46994
6
+ metadata.gz: 5389ca59ecb32ecdff626d9ab25d8a9a25c0f46c72849e18ddc4b077b00d78194091f7541195ad9a85f6f9d676739dac6290c51398c13e909a004f4621ae7473
7
+ data.tar.gz: 1a0a1919a9a334c8fdad83f33c3df14e14c580c89bce32c3b38dedfe6a7914492d5a5c968e41f6dfd5d8676e2fa05506748a7c2e756e52d31c4d8411ba1b723d
@@ -81,14 +81,15 @@ module Fluent::Plugin
81
81
  'receipt_handle' => message.receipt_handle.to_s,
82
82
  'message_id' => message.message_id.to_s,
83
83
  'md5_of_body' => message.md5_of_body.to_s,
84
- 'queue_url' => message.queue_url.to_s
84
+ 'queue_url' => message.queue_url.to_s,
85
+ 'all_obj' => message.attributes.to_s
85
86
  }
86
87
 
87
88
  if @attribute_name_to_extract.to_s.strip.length > 0
88
89
  print message.attributes[@attribute_name_to_extract].to_s
89
90
  print message.attributes['Component'].to_s
90
91
  print message.attributes['component'].to_s
91
-
92
+
92
93
  record[@attribute_name_to_extract] = message.attributes[@attribute_name_to_extract].to_s
93
94
  record['testing'] = message.attributes['Component'].to_s
94
95
  record['testing2'] = message.attributes['component'].to_s
@@ -1,3 +1,3 @@
1
1
  module SQS
2
- VERSION = "1.0.13"
2
+ VERSION = "1.0.14"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: fluent-plugin-aws-sqs
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.13
4
+ version: 1.0.14
5
5
  platform: ruby
6
6
  authors:
7
7
  - Shai Moria