fluent-plugin-cloudwatch-ingest 0.5.3 → 0.5.4
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:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 2ae5771e3b9826c304a17a701823a7f04d756cfe
|
4
|
+
data.tar.gz: 73fbfc8239d034a6b48de309347f7104792587ac
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 028695acdce8b76c387b6acbace10522b508a025289a4ed18b8cbf85ecb5e3dd5249541d8888ee083ce0f9c907bebaeaa9808274fe504b9d96d113955a9bdc25
|
7
|
+
data.tar.gz: c62d7a7ceae54c17183fc77e85963ef851769094fb91f33ebf5af6631133b604091c186b3aca0970ca1c8b909c21ce395c51cf5d21992d61c6516856f97e178c
|
@@ -37,7 +37,7 @@ module Fluent
|
|
37
37
|
# Whilst we could just merge! the parsed
|
38
38
|
# message into the record we'd bork on
|
39
39
|
# nested keys. Force level one Strings.
|
40
|
-
json_body = MultiJson.load(record
|
40
|
+
json_body = MultiJson.load(record['message'])
|
41
41
|
json_body.each_pair do |k, v|
|
42
42
|
record[k.to_s] = v.to_s
|
43
43
|
end
|