logstash-output-cloudwatch 3.0.7 → 3.0.8

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
  SHA256:
3
- metadata.gz: 7edc84e84b0929ee4d5242589aa6e972853954928264bbc2432f1b1176eaf92d
4
- data.tar.gz: b6db9e10cbdc37e932d9a594ac0a423284935bff843da566bd7c68d8d3231df6
3
+ metadata.gz: 0c2a335581d9bc6023577781df551889a3a0eb6a14b80f388a6eefa45f98ba16
4
+ data.tar.gz: e1f35d9e7d6f59061e3dd444e4518dba2b9ca6b8b1558bb52a40001865b90e8e
5
5
  SHA512:
6
- metadata.gz: d3c882a299c6b64dd39172fddcc428c0aeb1f99d3bd63b298222606195b814247165a2320153c6b8efb123a0ad10953a2ef99f294873f2b9e7029a25171b23d5
7
- data.tar.gz: 06570470c0267362a93e2331fb3bbbf251104e7e732b4f8ca58800cc618523bb268dae327f973982d6786b3d7b89b5689a5ec963c94870c6927b725c4df7da22
6
+ metadata.gz: f70d523d0edb04b215935af948ccf3378f04b0ba56ff8d59c920d3ba6c1ecfbc01c4ce5ab548e88d7da8323d72b33b21eef3ba0dd7001433c7be7dd3ac012e5f
7
+ data.tar.gz: 94cb9b91b7e8f4beefc962ea580529549770dff9bb460654dcc0649038788414bdef84c127f2be61386a994c4d3574fa47f8667b8a679e4272bd01f5527e3cce
@@ -1,3 +1,6 @@
1
+ ## 3.0.8
2
+ - Docs: Set the default_codec doc attribute.
3
+
1
4
  ## 3.0.7
2
5
  - Update gemspec summary
3
6
 
data/LICENSE CHANGED
@@ -1,4 +1,4 @@
1
- Copyright (c) 2012–2016 Elasticsearch <http://www.elastic.co>
1
+ Copyright (c) 2012-2018 Elasticsearch <http://www.elastic.co>
2
2
 
3
3
  Licensed under the Apache License, Version 2.0 (the "License");
4
4
  you may not use this file except in compliance with the License.
@@ -1,5 +1,6 @@
1
1
  :plugin: cloudwatch
2
2
  :type: output
3
+ :default_codec: plain
3
4
 
4
5
  ///////////////////////////////////////////
5
6
  START - GENERATED VARIABLES, DO NOT EDIT!
@@ -314,4 +315,6 @@ If you set this option you should probably set the `unit` option along with it
314
315
 
315
316
 
316
317
  [id="plugins-{type}s-{plugin}-common-options"]
317
- include::{include_path}/{type}.asciidoc[]
318
+ include::{include_path}/{type}.asciidoc[]
319
+
320
+ :default_codec!:
@@ -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.7'
4
+ s.version = '3.0.8'
5
5
  s.licenses = ['Apache License (2.0)']
6
6
  s.summary = "Aggregates and sends 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.7
4
+ version: 3.0.8
5
5
  platform: ruby
6
6
  authors:
7
7
  - Elastic
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2017-11-07 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