logstash-input-cloudwatch 1.0.4 → 1.0.5
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/lib/logstash/inputs/cloudwatch.rb +0 -1
- data/logstash-input-cloudwatch.gemspec +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: 17c540d7a20a9a027d8f3d3a483c63b871ea40bf
|
|
4
|
+
data.tar.gz: ff5cb0761a21dcf7c0a5ac12256b297745d0338f
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 45ea7ee70851fde062119baeb8d21bea97ecae1f606d583ce00d2bc077ad92bad33e550f66a79577fcb4b295781c0808c3e588139e8fef520ce2202d80aec98a
|
|
7
|
+
data.tar.gz: 5a800623a96fe46d36eb3b467b88c3d658e29490702814f362a347b471fa9b3f6755cc723b99986f32d0ee739bbee8d7d7dd415311195e519297d377e4caed40
|
|
@@ -122,7 +122,6 @@ class LogStash::Inputs::CloudWatch < LogStash::Inputs::Base
|
|
|
122
122
|
require "aws-sdk"
|
|
123
123
|
AWS.config(:logger => @logger)
|
|
124
124
|
|
|
125
|
-
raise 'Unsupported namespace ' + @namespace unless @namespace[0..3] == 'AWS/'
|
|
126
125
|
raise 'Interval needs to be higher than period' unless @interval >= @period
|
|
127
126
|
raise 'Interval must be divisible by peruid' unless @interval % @period == 0
|
|
128
127
|
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Gem::Specification.new do |s|
|
|
2
2
|
s.name = 'logstash-input-cloudwatch'
|
|
3
|
-
s.version = '1.0.
|
|
3
|
+
s.version = '1.0.5'
|
|
4
4
|
s.licenses = ['Apache License (2.0)']
|
|
5
5
|
s.summary = "Retrieve stats from AWS CloudWatch."
|
|
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/plugin install gemname. This gem is not a stand-alone program"
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: logstash-input-cloudwatch
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.0.
|
|
4
|
+
version: 1.0.5
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Jurgens du Toit
|
|
@@ -126,7 +126,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
126
126
|
version: '0'
|
|
127
127
|
requirements: []
|
|
128
128
|
rubyforge_project:
|
|
129
|
-
rubygems_version: 2.4.
|
|
129
|
+
rubygems_version: 2.4.8
|
|
130
130
|
signing_key:
|
|
131
131
|
specification_version: 4
|
|
132
132
|
summary: Retrieve stats from AWS CloudWatch.
|