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 +4 -4
- data/README.md +2 -4
- data/lib/fluent/plugin/cloudwatch/ingest/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 679ae50f9e4e67e437ebffc139bd0809f7a4d06f
|
4
|
+
data.tar.gz: 2d99a123ed73c8b739e40194d4d0337361177494
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 940a0fe5c366ad41d233c3284da8eb0ba5098628e46cb85d44038e5f305d344460e4c0dc7d05ae5f2b929c03839521cdab1de2a92d07c896170a133c46c38e9c
|
7
|
+
data.tar.gz: 83d7c29387185268964db5d50db307dce7953017650992b96b995abf807a9e2c22fc5740ba9da612ab3b8f17636a48be72088f13c0f1d721de2ec279e99ac15e
|
data/README.md
CHANGED
@@ -1,7 +1,5 @@
|
|
1
1
|
# Fluentd Cloudwatch Plugin [](https://circleci.com/gh/sampointer/fluent-plugin-cloudwatch-ingest) [](https://badge.fury.io/rb/fluent-plugin-cloudwatch-ingest) 
|
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
|
43
|
-
api_interval
|
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>.+)$/
|
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.
|
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-
|
11
|
+
date: 2017-04-05 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: bundler
|