logstash-output-sns 4.0.6 → 4.0.7

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: 737ce3525ff929fe594c081b3b3bde559becd044e2617ed94e5b0269db15c626
4
- data.tar.gz: 46efe91f7edf72a92c998552c05554133945a9dd7837343d783dfd9528090b87
3
+ metadata.gz: 1114daaa01f3b5a0b5fa5f08189bb52cd31b7c42d2016d1b7ef8219b05d84acf
4
+ data.tar.gz: b44a7ca0062078e66913c7fc968a48849065672a7fc9055f3af1665b0f0a14cc
5
5
  SHA512:
6
- metadata.gz: cace340b184955bdd169414a87b8453ec634a47fc6880cb241d9f1d3360ee046877e21986a5286bce6ef64d9604c9fd497adb8497c62f70aac289d69a6db1d11
7
- data.tar.gz: 795b8318a75e4ad9ae51189ad0938027486756e85d4bc643f6f8acb6a3b5d776a4d3cb84c2e65b8580e967ca00b3fa6d4fb2b6aacb3bd36061c318bbffd05b15
6
+ metadata.gz: 4312980fedcaa386d3ea0cf50457804292f9b83b3922cfd88afe0eb662689ffc2af08a06689faf339b3994d66fe63c07ffd174df8cc3909e127eac2fc983b54f
7
+ data.tar.gz: 0ef0928f41450928483b1ad08b9875905a430c1c23e6e87ae69cebcbefe6842898b3aa4726fe0e642a5de0dc75021a76dbf59bbe1dbe5f7d401a7914e829949d
@@ -1,3 +1,6 @@
1
+ ## 4.0.7
2
+ - Docs: Set the default_codec doc attribute.
3
+
1
4
  ## 4.0.6
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: sns
2
2
  :type: output
3
+ :default_codec: plain
3
4
 
4
5
  ///////////////////////////////////////////
5
6
  START - GENERATED VARIABLES, DO NOT EDIT!
@@ -43,7 +44,7 @@ This plugin looks for the following fields on events it receives:
43
44
  ==== Upgrading to 2.0.0
44
45
 
45
46
  This plugin used to have a `format` option for controlling the encoding of messages prior to being sent to SNS.
46
- This plugin now uses the logstash standard <<codec,codec>> option for encoding instead.
47
+ This plugin now uses the logstash standard {logstash-ref}/configuration-file-structure.html#codec[codec] option for encoding instead.
47
48
  If you want the same 'plain' format as the v0/1 codec (`format => "plain"`) use `codec => "s3_plain"`.
48
49
 
49
50
 
@@ -159,4 +160,6 @@ The AWS Session token for temporary credential
159
160
 
160
161
 
161
162
  [id="plugins-{type}s-{plugin}-common-options"]
162
- include::{include_path}/{type}.asciidoc[]
163
+ include::{include_path}/{type}.asciidoc[]
164
+
165
+ :default_codec!:
@@ -1,7 +1,7 @@
1
1
  Gem::Specification.new do |s|
2
2
 
3
3
  s.name = 'logstash-output-sns'
4
- s.version = '4.0.6'
4
+ s.version = '4.0.7'
5
5
  s.licenses = ['Apache License (2.0)']
6
6
  s.summary = "Sends events to Amazon's Simple Notification Service"
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-sns
3
3
  version: !ruby/object:Gem::Version
4
- version: 4.0.6
4
+ version: 4.0.7
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-13 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