logstash-input-sqs 3.0.3 → 3.0.4
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/Gemfile +8 -1
- data/docs/index.asciidoc +6 -5
- data/logstash-input-sqs.gemspec +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 2dc82a7d1d1227b791ab03e4e6a1a21f33a66edd
|
4
|
+
data.tar.gz: db8523d125f6bc77265d5f949094dbd895b38388
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: fc5355a299b8ec1cbc78e81ff2303a3bb4ccc8e510558924327c05d0c41df66926e2605654eb89abea8172f78fd7aa0001d4ebe084941325da45fa866bc7ba71
|
7
|
+
data.tar.gz: f37c65ead28fbd33ba421525ac426d55a4d1cde074e70b6d9032120b2205fd4bb26f250b0948992ba9b053e8ab00aa152c628fc384dca128e3d3d903a7ef6128
|
data/Gemfile
CHANGED
@@ -1,4 +1,11 @@
|
|
1
1
|
source 'https://rubygems.org'
|
2
2
|
|
3
|
-
# Specify your gem's dependencies in logstash-mass_effect.gemspec
|
4
3
|
gemspec
|
4
|
+
|
5
|
+
logstash_path = ENV["LOGSTASH_PATH"] || "../../logstash"
|
6
|
+
use_logstash_source = ENV["LOGSTASH_SOURCE"] && ENV["LOGSTASH_SOURCE"].to_s == "1"
|
7
|
+
|
8
|
+
if Dir.exist?(logstash_path) && use_logstash_source
|
9
|
+
gem 'logstash-core', :path => "#{logstash_path}/logstash-core"
|
10
|
+
gem 'logstash-core-plugin-api', :path => "#{logstash_path}/logstash-core-plugin-api"
|
11
|
+
end
|
data/docs/index.asciidoc
CHANGED
@@ -7,14 +7,14 @@ START - GENERATED VARIABLES, DO NOT EDIT!
|
|
7
7
|
:version: %VERSION%
|
8
8
|
:release_date: %RELEASE_DATE%
|
9
9
|
:changelog_url: %CHANGELOG_URL%
|
10
|
-
:include_path:
|
10
|
+
:include_path: ../../../../logstash/docs/include
|
11
11
|
///////////////////////////////////////////
|
12
12
|
END - GENERATED VARIABLES, DO NOT EDIT!
|
13
13
|
///////////////////////////////////////////
|
14
14
|
|
15
15
|
[id="plugins-{type}-{plugin}"]
|
16
16
|
|
17
|
-
=== Sqs
|
17
|
+
=== Sqs input plugin
|
18
18
|
|
19
19
|
include::{include_path}/plugin_header.asciidoc[]
|
20
20
|
|
@@ -77,7 +77,7 @@ See http://aws.amazon.com/iam/ for more details on setting up AWS identities.
|
|
77
77
|
[id="plugins-{type}s-{plugin}-options"]
|
78
78
|
==== Sqs Input Configuration Options
|
79
79
|
|
80
|
-
This plugin supports the following configuration options plus the <<plugins-{type}s-common-options>> described later.
|
80
|
+
This plugin supports the following configuration options plus the <<plugins-{type}s-{plugin}-common-options>> described later.
|
81
81
|
|
82
82
|
[cols="<,<,<",options="header",]
|
83
83
|
|=======================================================================
|
@@ -96,7 +96,7 @@ This plugin supports the following configuration options plus the <<plugins-{typ
|
|
96
96
|
| <<plugins-{type}s-{plugin}-threads>> |<<number,number>>|No
|
97
97
|
|=======================================================================
|
98
98
|
|
99
|
-
Also see <<plugins-{type}s-common-options>> for a list of options supported by all
|
99
|
+
Also see <<plugins-{type}s-{plugin}-common-options>> for a list of options supported by all
|
100
100
|
input plugins.
|
101
101
|
|
102
102
|
|
@@ -216,4 +216,5 @@ The AWS Session token for temporary credential
|
|
216
216
|
|
217
217
|
|
218
218
|
|
219
|
-
|
219
|
+
[id="plugins-{type}s-{plugin}-common-options"]
|
220
|
+
include::{include_path}/{type}.asciidoc[]
|
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.0.
|
3
|
+
s.version = '3.0.4'
|
4
4
|
s.licenses = ['Apache License (2.0)']
|
5
5
|
s.summary = "Pull events from an Amazon Web Services Simple Queue Service (SQS) 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.0.
|
4
|
+
version: 3.0.4
|
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
|
+
date: 2017-06-23 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
requirement: !ruby/object:Gem::Requirement
|