logstash-input-cloudwatch 2.1.0 → 2.1.1

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
  SHA256:
3
- metadata.gz: f46e1822ab59ac9f9a32ddbd86c274974036b633ec008da9d08e51d2fe4518e1
4
- data.tar.gz: cc83df65e57f7208b159ae2f63b9e7e20f44ba36da096dc64b90c045fe1d574e
3
+ metadata.gz: 73adc950ac53eba1c1eb8c01b57b3dc5092d73ffa09d9cfa341269f57e2f5e3d
4
+ data.tar.gz: 2518385dbf20aba8a433517bd694e22cb665dae9be39a0b2d257838f9d4ac290
5
5
  SHA512:
6
- metadata.gz: b43e088aa20f89e198161d65892a1bb018f0243eebf7afa2a9e65c2f96dab5c20b62aeca265d0a71bafde19e368a4513a4be0ebdbca07d2b11449ace0cea522e
7
- data.tar.gz: 484543732e23c0e6429c19bce8d27fa5fb27b4947f7315471ab9330867e175212d60dd6371931aa28a582416f8c8d76d14d4af0001ce7c457746ad92ea906e0b
6
+ metadata.gz: eec7f5bf3b2fa83b4f7aaf05b261b041d80cad0b4f1a9173906dc9c7a15deb750791fc9d08043a2403912aa4bc827999a333a1d5b2e7b75326e07d99f035db1b
7
+ data.tar.gz: 225a0d3511b3598e795b0f6c324e1a76f2b81931c3aea6e6a3901bf30332298c7eb0784adac56d413a86a612c7900fae1b430a4731ce718d4c8e3d547ba737b4
@@ -1,3 +1,6 @@
1
+ ## 2.1.1
2
+ - Docs: Set the default_codec doc attribute.
3
+
1
4
  ## 2.1.0
2
5
  - Add documentation for endpoint, role_arn and role_session_name #29
3
6
  - Reduce info level logging verbosity #27
@@ -1,5 +1,6 @@
1
1
  :plugin: cloudwatch
2
2
  :type: input
3
+ :default_codec: plain
3
4
 
4
5
  ///////////////////////////////////////////
5
6
  START - GENERATED VARIABLES, DO NOT EDIT!
@@ -295,3 +296,5 @@ The AWS SDK for Ruby defaults to SSL so we preserve that
295
296
 
296
297
  [id="plugins-{type}s-{plugin}-common-options"]
297
298
  include::{include_path}/{type}.asciidoc[]
299
+
300
+ :default_codec!:
@@ -1,6 +1,6 @@
1
1
  Gem::Specification.new do |s|
2
2
  s.name = 'logstash-input-cloudwatch'
3
- s.version = '2.1.0'
3
+ s.version = '2.1.1'
4
4
  s.licenses = ['Apache License (2.0)']
5
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"
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.1.0
4
+ version: 2.1.1
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: 2018-04-03 00:00:00.000000000 Z
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
@@ -125,7 +125,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
125
125
  version: '0'
126
126
  requirements: []
127
127
  rubyforge_project:
128
- rubygems_version: 2.6.13
128
+ rubygems_version: 2.6.11
129
129
  signing_key:
130
130
  specification_version: 4
131
131
  summary: Pulls events from the Amazon Web Services CloudWatch API