logstash-input-cloudwatch 2.0.2 → 2.0.3
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 +5 -5
- data/CHANGELOG.md +3 -0
- data/logstash-input-cloudwatch.gemspec +2 -2
- metadata +7 -5
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
|
-
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
2
|
+
SHA256:
|
|
3
|
+
metadata.gz: 01423d84b352678fd55c640d8a97f432c5d232dea995162be2d06349b6e01394
|
|
4
|
+
data.tar.gz: 1f21d8a17408bde126e6999b940c1de18ed31b96d40a64820a366f688d528de3
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: ab73baa27cdb674c15b93a1641c8e4af47fd391ef8953808a6b7b21f95fc67df2f101453d93df31c66825a3bf8f614e6529651e669bbaf40c7cc10cacf7473e8
|
|
7
|
+
data.tar.gz: babc7338fe58865792e6e50f82ec7210bfd29f8d85f96ede62d5ac0355ebb44ac8d7918044ecfbf6cf31b7f6c943745d439e57c51532ac27a7f390f33bbb6e31
|
data/CHANGELOG.md
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
Gem::Specification.new do |s|
|
|
2
2
|
s.name = 'logstash-input-cloudwatch'
|
|
3
|
-
s.version = '2.0.
|
|
3
|
+
s.version = '2.0.3'
|
|
4
4
|
s.licenses = ['Apache License (2.0)']
|
|
5
|
-
s.summary = "
|
|
5
|
+
s.summary = "Pulls events from the Amazon Web Services CloudWatch API "
|
|
6
6
|
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"
|
|
7
7
|
s.authors = ["Jurgens du Toit"]
|
|
8
8
|
s.email = 'jrgns@eagerelk.com'
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: logstash-input-cloudwatch
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 2.0.
|
|
4
|
+
version: 2.0.3
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Jurgens du Toit
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2017-
|
|
11
|
+
date: 2017-11-07 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
requirement: !ruby/object:Gem::Requirement
|
|
@@ -86,7 +86,9 @@ dependencies:
|
|
|
86
86
|
- - ">="
|
|
87
87
|
- !ruby/object:Gem::Version
|
|
88
88
|
version: '0'
|
|
89
|
-
description: This gem is a Logstash plugin required to be installed on top of the
|
|
89
|
+
description: This gem is a Logstash plugin required to be installed on top of the
|
|
90
|
+
Logstash core pipeline using $LS_HOME/bin/logstash-plugin install gemname. This
|
|
91
|
+
gem is not a stand-alone program
|
|
90
92
|
email: jrgns@eagerelk.com
|
|
91
93
|
executables: []
|
|
92
94
|
extensions: []
|
|
@@ -123,9 +125,9 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
123
125
|
version: '0'
|
|
124
126
|
requirements: []
|
|
125
127
|
rubyforge_project:
|
|
126
|
-
rubygems_version: 2.
|
|
128
|
+
rubygems_version: 2.6.11
|
|
127
129
|
signing_key:
|
|
128
130
|
specification_version: 4
|
|
129
|
-
summary:
|
|
131
|
+
summary: Pulls events from the Amazon Web Services CloudWatch API
|
|
130
132
|
test_files:
|
|
131
133
|
- spec/inputs/cloudwatch_spec.rb
|