logstash-output-cloudwatch 3.0.5 → 3.0.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: 5b80229009d2a02d4db6f01a42d11fcee2265919
4
- data.tar.gz: d5b20fa08def241e33724cf46ea2ad4732bc76ba
3
+ metadata.gz: cf4f6ca20dcf2b9797576f4a54a542604dae4e35
4
+ data.tar.gz: 8d52aae5dd4bfc108e08a59bbe541c8f4a6646d2
5
5
  SHA512:
6
- metadata.gz: 191ba5084ba7b60b99f8e9beee4a8d61854ad85f4f04aaf0a501318023406d2fafe9633df842e1a443e3ed1af6f96d86022e54b9f8111923f96a4aebb50de6c1
7
- data.tar.gz: 88772fc8b5da22162f3b0be236c47405782f30c5a6bc2408dac845a09014ae7b443e5958d0e240c374b2f76a5821af60ba91faa7b3f6e7b0ca25e078fca7913b
6
+ metadata.gz: e8a18d6f37c6cf328fcc559c6be5baddcfb9044152d9ae9d396558b7df8e4daa42bbb292d2454f2e20c30c0e25a27e5cd1af14f4ffe9a24fb9e1c7b45cb332c9
7
+ data.tar.gz: a27e94504b27f1639558b0fd2f6ef85189acea8a312dcd0a00c0ece0803088c016b4fba6cbbac5ab880e9f272af6e24f91efbfad362cf3369ee4d1ca439c2c8d
data/CHANGELOG.md CHANGED
@@ -1,3 +1,6 @@
1
+ ## 3.0.6
2
+ - Fix some documentation issues
3
+
1
4
  ## 3.0.4
2
5
  - Fix some remaining uses of the old event api. blocking the use of this plugin
3
6
 
data/docs/index.asciidoc CHANGED
@@ -12,7 +12,7 @@ START - GENERATED VARIABLES, DO NOT EDIT!
12
12
  END - GENERATED VARIABLES, DO NOT EDIT!
13
13
  ///////////////////////////////////////////
14
14
 
15
- [id="plugins-{type}-{plugin}"]
15
+ [id="plugins-{type}s-{plugin}"]
16
16
 
17
17
  === Cloudwatch output plugin
18
18
 
@@ -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.5'
4
+ s.version = '3.0.6'
5
5
  s.licenses = ['Apache License (2.0)']
6
6
  s.summary = "This output lets you aggregate and send 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.5
4
+ version: 3.0.6
5
5
  platform: ruby
6
6
  authors:
7
7
  - Elastic
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2017-06-23 00:00:00.000000000 Z
11
+ date: 2017-08-16 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  requirement: !ruby/object:Gem::Requirement