logstash-output-cloudwatch 3.0.7 → 3.0.8
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/CHANGELOG.md +3 -0
- data/LICENSE +1 -1
- data/docs/index.asciidoc +4 -1
- data/logstash-output-cloudwatch.gemspec +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 0c2a335581d9bc6023577781df551889a3a0eb6a14b80f388a6eefa45f98ba16
|
|
4
|
+
data.tar.gz: e1f35d9e7d6f59061e3dd444e4518dba2b9ca6b8b1558bb52a40001865b90e8e
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: f70d523d0edb04b215935af948ccf3378f04b0ba56ff8d59c920d3ba6c1ecfbc01c4ce5ab548e88d7da8323d72b33b21eef3ba0dd7001433c7be7dd3ac012e5f
|
|
7
|
+
data.tar.gz: 94cb9b91b7e8f4beefc962ea580529549770dff9bb460654dcc0649038788414bdef84c127f2be61386a994c4d3574fa47f8667b8a679e4272bd01f5527e3cce
|
data/CHANGELOG.md
CHANGED
data/LICENSE
CHANGED
data/docs/index.asciidoc
CHANGED
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
:plugin: cloudwatch
|
|
2
2
|
:type: output
|
|
3
|
+
:default_codec: plain
|
|
3
4
|
|
|
4
5
|
///////////////////////////////////////////
|
|
5
6
|
START - GENERATED VARIABLES, DO NOT EDIT!
|
|
@@ -314,4 +315,6 @@ If you set this option you should probably set the `unit` option along with it
|
|
|
314
315
|
|
|
315
316
|
|
|
316
317
|
[id="plugins-{type}s-{plugin}-common-options"]
|
|
317
|
-
include::{include_path}/{type}.asciidoc[]
|
|
318
|
+
include::{include_path}/{type}.asciidoc[]
|
|
319
|
+
|
|
320
|
+
:default_codec!:
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
Gem::Specification.new do |s|
|
|
2
2
|
|
|
3
3
|
s.name = 'logstash-output-cloudwatch'
|
|
4
|
-
s.version = '3.0.
|
|
4
|
+
s.version = '3.0.8'
|
|
5
5
|
s.licenses = ['Apache License (2.0)']
|
|
6
6
|
s.summary = "Aggregates and sends metric data to AWS CloudWatch"
|
|
7
7
|
s.description = "This gem is a Logstash plugin required to be installed on top of the Logstash core pipeline using $LS_HOME/bin/logstash-plugin install gemname. This gem is not a stand-alone program"
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: logstash-output-cloudwatch
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 3.0.
|
|
4
|
+
version: 3.0.8
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Elastic
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date:
|
|
11
|
+
date: 2018-04-06 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
requirement: !ruby/object:Gem::Requirement
|