fluent-plugin-aws-sqs 1.0.12 → 1.0.13

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: cc13979fe88bae25eda186d073e29eb0602a4dab4dfaff644496743790a17a13
4
- data.tar.gz: b4a0e14c6a3bd9a12670a69cfc0710fdc1d7fff91eaa0c3bea8527c2aaf808f0
3
+ metadata.gz: 269481eff6a0e60d107fa600384c1f36ffb3ce00a0554a025ff67433629c3d4c
4
+ data.tar.gz: c1bda287b7e8158318dd0c06ac7e9d2bd9e1c14f24b60e203d53520afb3ac3c9
5
5
  SHA512:
6
- metadata.gz: 4dc7a3ee739fe03ad409aa0de662c2983440cbae6cda511aaf340847d5abd16d92437bad32aad5e24cb6f1a73a2b96a1bba6545c1d79572a2448a4665d76b34e
7
- data.tar.gz: c2a6a729dc69ba25fe356feae10f7884626efa1f6ecd1dcdd5dd455d2a571b0ba212baf1dff6d5cb475705534732c45c6425340ee42897cf5ce98905231bd987
6
+ metadata.gz: 264d727322d28102670feaa5ed15850d3b7c6b3a05595c954a07866510451144cfc09c81f65c2142b1a676751ae90e4e9eda80cda2ec8e1ad3feda80aec6778e
7
+ data.tar.gz: 2706aa9ce512259f34ced378820faeaff00ab05edff61215edea411c4f4a484f84a1415779ed885cb1e1702ea5298f6eec4c6e114f5d5a771c144bc085a46994
@@ -85,6 +85,10 @@ module Fluent::Plugin
85
85
  }
86
86
 
87
87
  if @attribute_name_to_extract.to_s.strip.length > 0
88
+ print message.attributes[@attribute_name_to_extract].to_s
89
+ print message.attributes['Component'].to_s
90
+ print message.attributes['component'].to_s
91
+
88
92
  record[@attribute_name_to_extract] = message.attributes[@attribute_name_to_extract].to_s
89
93
  record['testing'] = message.attributes['Component'].to_s
90
94
  record['testing2'] = message.attributes['component'].to_s
@@ -1,3 +1,3 @@
1
1
  module SQS
2
- VERSION = "1.0.12"
2
+ VERSION = "1.0.13"
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.12
4
+ version: 1.0.13
5
5
  platform: ruby
6
6
  authors:
7
7
  - Shai Moria