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: f46f662f2573076a8ddcf85d86d4336e6ea8d69b
4
- data.tar.gz: 9d388bee9410ef9ea1fdd542b1a35331c8a996bc
3
+ metadata.gz: 7c0da5eae854eec5fa583cc08042f42529ad17b7
4
+ data.tar.gz: 51c5457b30b6cfacf50709afc2ab7089efb6950b
5
5
  SHA512:
6
- metadata.gz: 830fbdbca416f3323d627cb2a3a28f108639b936e2fce740f97c01c5bf60ecbb24fe18a2d27cdfdf9c010988c5da83d870febe2bc96980833a3a198c444586bb
7
- data.tar.gz: cae78e626a7b55f398635a3c423797d4cdc7076217c651df9ba6bf13270a105dfff49b1337d3913e385846f0f6701be6630378116d3a4711db44de1319082d76
6
+ metadata.gz: 67833b5bff460c67cbb254c4092628a57ee02c3fc1839b50ddd6f7306079334a95ed3c5ef65c74fc2cb5f178a15d99aea4fd1820ed125f42dffef393d52b6407
7
+ data.tar.gz: dca6cb7c2a4c404eb020d4f8a71cfe47fd7485a11e16fc15df3f9d014a9cf226dc54edf5f32ccd6145415f735d17b2687b4eaf5547e221500417efa7a7529205
@@ -2,7 +2,7 @@ module Fluent
2
2
  module Plugin
3
3
  module Cloudwatch
4
4
  module Ingest
5
- VERSION = '0.1.3'.freeze
5
+ VERSION = '0.1.4'.freeze
6
6
  end
7
7
  end
8
8
  end
@@ -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
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: fluent-plugin-cloudwatch-ingest
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.3
4
+ version: 0.1.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Sam Pointer