logstash-input-sqs 3.1.0 → 3.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: 730c3856f096634b3ced094084c77c4c161dd7a292a3a0667db084b85618a770
4
- data.tar.gz: 2186666750d0640a21eff674e47d93f28f5c845d386b986f34ee26814317e23a
3
+ metadata.gz: 015c2627d3dc9ef31ed1f584d0a5c93f8be4ad6e109f459685d1f7fde9f7232d
4
+ data.tar.gz: 72e1686588f790fd3465d18d2c09a0912f6fa7bbe1f92601e4967192a3c4083f
5
5
  SHA512:
6
- metadata.gz: f2b44ac76fb1b28782a9ac04f2e4d1a6096de3065f7dec0065bb07b721871d970559752e1e843b912ef3d191cc2519001f0639190bd64228c4a7d5227ff0118f
7
- data.tar.gz: 6920d3ce5f6d9b696a63d943749c748ccb261e5ff76867ac2879c63c896430935aab6b442473eac6a974d2d40739152aa3960a578a8e030685d398a402e62962
6
+ metadata.gz: 79556cf77d93fea45b38a95f690c18f1ed46a3fa975bcad97fbb564e09c31fedb619ea013af5d497f037481881fc2865317fec242f778f0787d7f79e372f0aaa
7
+ data.tar.gz: b147aab99d3d73e2119f8c56646f641470e95b3bb66d0571343dc0bbe99105df3ad71b293e032d6b39152b2bd6421ab39bee8ed4d63cca0aabb2cdfd3b89a884
data/CHANGELOG.md CHANGED
@@ -1,3 +1,6 @@
1
+ ## 3.1.1
2
+ - Docs: Set the default_codec doc attribute.
3
+
1
4
  ## 3.1.0
2
5
  - Add documentation for endpoint, role_arn and role_session_name #46
3
6
  - Fix sample IAM policy to match to match the documentation #32
data/docs/index.asciidoc CHANGED
@@ -1,5 +1,6 @@
1
1
  :plugin: sqs
2
2
  :type: input
3
+ :default_codec: json
3
4
 
4
5
  ///////////////////////////////////////////
5
6
  START - GENERATED VARIABLES, DO NOT EDIT!
@@ -249,3 +250,5 @@ The AWS Session token for temporary credential
249
250
 
250
251
  [id="plugins-{type}s-{plugin}-common-options"]
251
252
  include::{include_path}/{type}.asciidoc[]
253
+
254
+ :default_codec!:
@@ -1,6 +1,6 @@
1
1
  Gem::Specification.new do |s|
2
2
  s.name = 'logstash-input-sqs'
3
- s.version = '3.1.0'
3
+ s.version = '3.1.1'
4
4
  s.licenses = ['Apache License (2.0)']
5
5
  s.summary = "Pulls events from an Amazon Web Services Simple Queue Service queue"
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-sqs
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.1.0
4
+ version: 3.1.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Elastic
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
@@ -116,7 +116,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
116
116
  version: '0'
117
117
  requirements: []
118
118
  rubyforge_project:
119
- rubygems_version: 2.6.13
119
+ rubygems_version: 2.6.11
120
120
  signing_key:
121
121
  specification_version: 4
122
122
  summary: Pulls events from an Amazon Web Services Simple Queue Service queue