fluent-plugin-cloudwatch-ingest 0.1.47 → 0.2.0

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: 2346a1b86d48a04d2699c8545dff0ced90e9dbd1
4
- data.tar.gz: 41936ce91915b943a539254b09a8d741bc2a86f4
3
+ metadata.gz: 679ae50f9e4e67e437ebffc139bd0809f7a4d06f
4
+ data.tar.gz: 2d99a123ed73c8b739e40194d4d0337361177494
5
5
  SHA512:
6
- metadata.gz: 400d18264d1a31027680d9349210d8542b89a8c18afd4dcc2d653415fc79fd512b98eeea7a77c8b910b2aeab94c30abc4d7a76c658489c093dc77c98cb35ef0c
7
- data.tar.gz: c7b81e7ca951b2c7fda0ae4fecd98e9203dd85699a40786a6c67031c20e4d640a1e83051494a1dba2ffa8f87b2098a259d40fe632f8b6746ad267b358e292040
6
+ metadata.gz: 940a0fe5c366ad41d233c3284da8eb0ba5098628e46cb85d44038e5f305d344460e4c0dc7d05ae5f2b929c03839521cdab1de2a92d07c896170a133c46c38e9c
7
+ data.tar.gz: 83d7c29387185268964db5d50db307dce7953017650992b96b995abf807a9e2c22fc5740ba9da612ab3b8f17636a48be72088f13c0f1d721de2ec279e99ac15e
data/README.md CHANGED
@@ -1,7 +1,5 @@
1
1
  # Fluentd Cloudwatch Plugin [![Circle CI](https://circleci.com/gh/sampointer/fluent-plugin-cloudwatch-ingest.svg?style=shield)](https://circleci.com/gh/sampointer/fluent-plugin-cloudwatch-ingest) [![Gem Version](https://badge.fury.io/rb/fluent-plugin-cloudwatch-ingest.svg)](https://badge.fury.io/rb/fluent-plugin-cloudwatch-ingest) ![](http://ruby-gem-downloads-badge.herokuapp.com/fluent-plugin-cloudwatch-ingest?type=total)
2
2
 
3
- **This gem is not yet ready for production release or use.**
4
-
5
3
  ## Introduction
6
4
 
7
5
  This gem was created out of frustration with existing solutions for Cloudwatch log ingestion into a Fluentd pipeline. Specifically, it has been designed to support:
@@ -39,8 +37,8 @@ Or install it yourself as:
39
37
  log_group_name_prefix /aws/lambda
40
38
  log_stream_name_prefix 2017
41
39
  state_file_name /mnt/nfs/cloudwatch.state
42
- interval 120
43
- api_interval 300 # Time to wait between API call failures before retry
40
+ interval 60
41
+ api_interval 5 # Time to wait between API call failures before retry
44
42
  <parse>
45
43
  @type cloudwatch_ingest
46
44
  expression /^(?<message>.+)$/
@@ -2,7 +2,7 @@ module Fluent
2
2
  module Plugin
3
3
  module Cloudwatch
4
4
  module Ingest
5
- VERSION = '0.1.47'.freeze
5
+ VERSION = '0.2.0'.freeze
6
6
  end
7
7
  end
8
8
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: fluent-plugin-cloudwatch-ingest
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.47
4
+ version: 0.2.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Sam Pointer
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2017-04-04 00:00:00.000000000 Z
11
+ date: 2017-04-05 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler