fluent-plugin-aws-sqs 1.0.21 → 1.0.22

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: 0e8fc6c47ea4b1852d40fe5a25f149fa6254cb6b073286fb272636668b92d7cb
4
- data.tar.gz: 354f3f79c0fbe0c06a0398953ed0193c65d613531eb9b62263fcfa76484a9078
3
+ metadata.gz: ec25586d7e928cbf6e57f70d49b8f6dccb4f6f61c85282bea4a7eeaa71eab7b8
4
+ data.tar.gz: d1e2f0743cf2b5151e43494ac25e47c970b790454af4b623067a00ee4a6d99e7
5
5
  SHA512:
6
- metadata.gz: b690232325fb6ef1e7e66f4a6b6e8e7305a331b064c05c0154b3c8d047b5e7c9c3362d69c221101264aad7ef158c40e7dd7e81fb53be57c77d113cf3ed807d91
7
- data.tar.gz: 8aa0072f3589d017b4c73439849fd2af9ab09097bebfebecf770d09729e0a8362e481af49fa2e1d9923e5369f292315face7a8c371fb93421f3145f34d829b69
6
+ metadata.gz: 12806a2606c8e818cfcea136e78a21c8a74bd6e703702cbc2081faf2522af4c1c61202c79ac2cf6b79b85c6af49b1c8f77a9a55c55119d2581585ecdff7dcd3b
7
+ data.tar.gz: 207fc929b42b363f275642e0f2a81ee072222646737b6e669e45fcb2e0dd4f4e9d16beae3bcc94e56ba96dd130c59ef9d9e70f2366f40d333071ae43e3bd38ab
@@ -86,11 +86,15 @@ module Fluent::Plugin
86
86
 
87
87
  if @attribute_name_to_extract.to_s.strip.length > 0
88
88
  record[@attribute_name_to_extract] = message.message_attributes[@attribute_name_to_extract].string_value.to_s
89
- end
90
89
 
91
- log.info("the message is")
92
- log.info(record)
93
-
90
+ if message.message_attributes[@attribute_name_to_extract].string_value.to_s <=> "hive"
91
+
92
+ else
93
+ log.info("not hive!!!!!!!!!!!!")
94
+ log.info(message.message_attributes[@attribute_name_to_extract].string_value.to_s)
95
+ end
96
+ end
97
+
94
98
  record
95
99
  end
96
100
  end
@@ -1,3 +1,3 @@
1
1
  module SQS
2
- VERSION = "1.0.21"
2
+ VERSION = "1.0.22"
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.21
4
+ version: 1.0.22
5
5
  platform: ruby
6
6
  authors:
7
7
  - Shai Moria