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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 14851d6496ebf90774a2d559f8a82c3cccfe21e1
4
- data.tar.gz: d734170d3d4116663bb445bdb4d830ecb1683a7c
3
+ metadata.gz: 2dc82a7d1d1227b791ab03e4e6a1a21f33a66edd
4
+ data.tar.gz: db8523d125f6bc77265d5f949094dbd895b38388
5
5
  SHA512:
6
- metadata.gz: 84b5ecc02db5cd15a409923df221578cd193e5631932c6f158d47a28ad0bd1b20ce490fb3dea42ebd0f6b03c902d406d348b46311e3009ce4fd86b04a6fc3a51
7
- data.tar.gz: 2c968877567c0eb5f0f67e630f1348683a8f01e60a9ca5a1fae9d07a9f70a5c5f59b03aed3b58a275c4dc5442a04854a0571ce20766abf1063a3078b2ff749a6
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
@@ -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: ../../../logstash/docs/include
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
  &nbsp;
@@ -216,4 +216,5 @@ The AWS Session token for temporary credential
216
216
 
217
217
 
218
218
 
219
- include::{include_path}/{type}.asciidoc[]
219
+ [id="plugins-{type}s-{plugin}-common-options"]
220
+ include::{include_path}/{type}.asciidoc[]
@@ -1,6 +1,6 @@
1
1
  Gem::Specification.new do |s|
2
2
  s.name = 'logstash-input-sqs'
3
- s.version = '3.0.3'
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.3
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-05-04 00:00:00.000000000 Z
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