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 +4 -4
- data/CHANGELOG.md +3 -0
- data/docs/index.asciidoc +3 -0
- data/logstash-input-sqs.gemspec +1 -1
- metadata +3 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 015c2627d3dc9ef31ed1f584d0a5c93f8be4ad6e109f459685d1f7fde9f7232d
|
|
4
|
+
data.tar.gz: 72e1686588f790fd3465d18d2c09a0912f6fa7bbe1f92601e4967192a3c4083f
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 79556cf77d93fea45b38a95f690c18f1ed46a3fa975bcad97fbb564e09c31fedb619ea013af5d497f037481881fc2865317fec242f778f0787d7f79e372f0aaa
|
|
7
|
+
data.tar.gz: b147aab99d3d73e2119f8c56646f641470e95b3bb66d0571343dc0bbe99105df3ad71b293e032d6b39152b2bd6421ab39bee8ed4d63cca0aabb2cdfd3b89a884
|
data/CHANGELOG.md
CHANGED
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!:
|
data/logstash-input-sqs.gemspec
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Gem::Specification.new do |s|
|
|
2
2
|
s.name = 'logstash-input-sqs'
|
|
3
|
-
s.version = '3.1.
|
|
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.
|
|
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-
|
|
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.
|
|
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
|