fluent-plugin-cloudwatch-ingest 0.1.3 → 0.1.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: 7c0da5eae854eec5fa583cc08042f42529ad17b7
|
4
|
+
data.tar.gz: 51c5457b30b6cfacf50709afc2ab7089efb6950b
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 67833b5bff460c67cbb254c4092628a57ee02c3fc1839b50ddd6f7306079334a95ed3c5ef65c74fc2cb5f178a15d99aea4fd1820ed125f42dffef393d52b6407
|
7
|
+
data.tar.gz: dca6cb7c2a4c404eb020d4f8a71cfe47fd7485a11e16fc15df3f9d014a9cf226dc54edf5f32ccd6145415f735d17b2687b4eaf5547e221500417efa7a7529205
|
@@ -36,7 +36,6 @@ module Fluent::Plugin
|
|
36
36
|
|
37
37
|
def configure(conf)
|
38
38
|
super
|
39
|
-
configure_parser(conf)
|
40
39
|
end
|
41
40
|
|
42
41
|
def start
|
@@ -67,13 +66,6 @@ module Fluent::Plugin
|
|
67
66
|
|
68
67
|
private
|
69
68
|
|
70
|
-
def configure_parser(conf)
|
71
|
-
if conf[:format] # rubocop:disable all
|
72
|
-
@parser = Fluent::TextParser.new
|
73
|
-
@parser.configure(conf)
|
74
|
-
end
|
75
|
-
end
|
76
|
-
|
77
69
|
def emit(log_event)
|
78
70
|
# TODO: I need to do something useful
|
79
71
|
end
|