logstash-input-cloudwatch 1.0.4 → 1.0.5

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 1e27e4cb4953e22e6bad0470efcb63c55b88a3f1
4
- data.tar.gz: 2787278c3e1faa5bae2b2b01493c67a8aea50484
3
+ metadata.gz: 17c540d7a20a9a027d8f3d3a483c63b871ea40bf
4
+ data.tar.gz: ff5cb0761a21dcf7c0a5ac12256b297745d0338f
5
5
  SHA512:
6
- metadata.gz: cccdadc721acc8d8991eab38e69d3636ddf8ec644a7e2ffdc16a65cd4c11c058f4eefe62ef074a49f0824e22739618f83abfb962286bf3093fa99be65c512b47
7
- data.tar.gz: 319dcd2c086a52fd456230a607382669ec0b6582f36f80fbd01361d61a10b3935898cc511a2f6a85f51ace2559adf38ece4e5f992841295a0296d31727005f3b
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.4'
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
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.6
129
+ rubygems_version: 2.4.8
130
130
  signing_key:
131
131
  specification_version: 4
132
132
  summary: Retrieve stats from AWS CloudWatch.