logstash-output-sns 2.0.0 → 2.0.1

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: 6b4ac99bfe2f2202031197d1244322ea5922043b
4
- data.tar.gz: 3708b40a61096f6f3f26a0e89126172812ad7d93
3
+ metadata.gz: 168069bc9cd9969517bc913f6bd6340a8e542bf8
4
+ data.tar.gz: 80096037aa4f45416b01cfa7a4b2f1e7eb7860d1
5
5
  SHA512:
6
- metadata.gz: 3c5f526f7fd22744a1eed1e441b9a1c3ad505d5fbad019155bac79224c80c8c153216462bb96259fcc76aca4a5d0c9beb2a6819bfdd9c5f6e39c4624c6fdffa2
7
- data.tar.gz: 4c27f467d148a9575a79f0390e0958e2948890a1e4b9f98c54bd0ec8d8f33b63599014600516c2cb926287ce413b8904d2c34f8211c13dc6aacae292f3b1b862
6
+ metadata.gz: faa99b5ddf6701d558287d4a45046b8ad9bceaf6082fe72a05980fcbd404117b5995dfcb0d5399dff5e2615980d487db9710222dc8894cb7d58d3ed105298642
7
+ data.tar.gz: 1c5a9047e2ad2f9e6acf00a9e62813a4fa9c852dfb08d1d79cccb0862494622941d4f2befb000b504af426744c1a893e5dbecae419eba84bda5e029c436efcb1
data/.gitignore CHANGED
@@ -2,3 +2,5 @@
2
2
  Gemfile.lock
3
3
  .bundle
4
4
  vendor
5
+ *~
6
+ .idea
@@ -23,6 +23,12 @@ require "logstash/plugin_mixins/aws_config"
23
23
  # with the @message truncated so that the length of the JSON fits in
24
24
  # `32768` bytes.
25
25
  #
26
+ # ## Upgrading to 2.0.0
27
+ #
28
+ # This plugin used to have a `format` option for controlling the encoding of messages prior to being sent to SNS.
29
+ # This plugin now uses the logstash standard https://www.elastic.co/guide/en/logstash/current/configuration.html#codec[codec] option for encoding instead.
30
+ # If you want the same 'plain' format as the v0/1 codec (`format => "plain"`) use `codec => "s3_plain"`.
31
+ #
26
32
  class LogStash::Outputs::Sns < LogStash::Outputs::Base
27
33
  include LogStash::PluginMixins::AwsConfig::V2
28
34
 
@@ -1,7 +1,7 @@
1
1
  Gem::Specification.new do |s|
2
2
 
3
3
  s.name = 'logstash-output-sns'
4
- s.version = '2.0.0'
4
+ s.version = '2.0.1'
5
5
  s.licenses = ['Apache License (2.0)']
6
6
  s.summary = "Send events to Amazon's Simple Notification Service a hosted pub/sub framework"
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/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-output-sns
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.0.0
4
+ version: 2.0.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Elastic