fluent-plugin-cloudwatch-ingest 0.1.4 → 0.1.6
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: cc43e17dd1c7b76c0e5e7a92dffb49d92b3050d0
|
4
|
+
data.tar.gz: 46d6bf7c92b5078d187ca8b6e911e0a16ccbea8f
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 8f040aaf6ae492f01410acdfb6a586ee447922bffc6e6ed0da326678bbd9b5b6eda0cbbaf0ebc844d76ebc64a0573a86c6e959253739903d52e1f463aaf73a68
|
7
|
+
data.tar.gz: 5e9b4e8280283fd6ab3edc3ef1c3a63ffb7ad0dd33ae368f90842bb0517d7a4d0a94835a9c346be3f0c57c72f9881b6b604066295f06ba80e1637fcc9176d371
|
@@ -15,7 +15,7 @@ module Fluent::Plugin
|
|
15
15
|
desc 'Enable STS for cross-account IAM'
|
16
16
|
config_param :sts_enabled, :bool, default: false
|
17
17
|
desc 'The IAM role ARN in the source account to use when STS is enabled'
|
18
|
-
config_param :sts_arn, :string
|
18
|
+
config_param :sts_arn, :string, default: ''
|
19
19
|
desc 'The session name for use with STS'
|
20
20
|
config_param :sts_session_name, :string, default: 'fluentd'
|
21
21
|
desc 'Log group name or prefix. Not setting means "all"'
|
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.
|
4
|
+
version: 0.1.6
|
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-03-
|
11
|
+
date: 2017-03-14 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: bundler
|