logstash-input-twitter 3.0.4 → 3.0.5
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/Gemfile +7 -1
- data/docs/index.asciidoc +6 -5
- data/logstash-input-twitter.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: da70694d3c7b24fb620cd17b6f1c6999f9c9ba91
|
|
4
|
+
data.tar.gz: 62cc57cbac7fb9d5910ebd6f35342aa24160906a
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 65558db696a1559a7bbb6248404e487968677e6987372306e0821c055d8dc519ec54ac824d445041eb65dc92f74cd818feb7ba7a6fd3009d78b92b7945bfe42d
|
|
7
|
+
data.tar.gz: f2c489fadeee78bdf50437846d2e88273251e53326213ac94719e2e0a163c71cb12f4292b286e2d218d7d9c34199be94fca06ee1eda612103af8e556f53b9fa4
|
data/Gemfile
CHANGED
|
@@ -1,4 +1,10 @@
|
|
|
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 = "../../logstash"
|
|
6
|
+
|
|
7
|
+
if Dir.exist?(logstash_path) && ENV["LOGSTASH_SOURCE"] == 1
|
|
8
|
+
gem 'logstash-core', :path => "#{logstash_path}/logstash-core"
|
|
9
|
+
gem 'logstash-core-plugin-api', :path => "#{logstash_path}/logstash-core-plugin-api"
|
|
10
|
+
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
|
-
=== Twitter
|
|
17
|
+
=== Twitter input plugin
|
|
18
18
|
|
|
19
19
|
include::{include_path}/plugin_header.asciidoc[]
|
|
20
20
|
|
|
@@ -25,7 +25,7 @@ Ingest events from the Twitter Streaming API.
|
|
|
25
25
|
[id="plugins-{type}s-{plugin}-options"]
|
|
26
26
|
==== Twitter Input Configuration Options
|
|
27
27
|
|
|
28
|
-
This plugin supports the following configuration options plus the <<plugins-{type}s-common-options>> described later.
|
|
28
|
+
This plugin supports the following configuration options plus the <<plugins-{type}s-{plugin}-common-options>> described later.
|
|
29
29
|
|
|
30
30
|
[cols="<,<,<",options="header",]
|
|
31
31
|
|=======================================================================
|
|
@@ -47,7 +47,7 @@ This plugin supports the following configuration options plus the <<plugins-{typ
|
|
|
47
47
|
| <<plugins-{type}s-{plugin}-use_samples>> |<<boolean,boolean>>|No
|
|
48
48
|
|=======================================================================
|
|
49
49
|
|
|
50
|
-
Also see <<plugins-{type}s-common-options>> for a list of options supported by all
|
|
50
|
+
Also see <<plugins-{type}s-{plugin}-common-options>> for a list of options supported by all
|
|
51
51
|
input plugins.
|
|
52
52
|
|
|
53
53
|
|
|
@@ -222,4 +222,5 @@ follows, locations, and languages options will be ignored. Default => false
|
|
|
222
222
|
|
|
223
223
|
|
|
224
224
|
|
|
225
|
-
|
|
225
|
+
[id="plugins-{type}s-{plugin}-common-options"]
|
|
226
|
+
include::{include_path}/{type}.asciidoc[]
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
Gem::Specification.new do |s|
|
|
2
2
|
|
|
3
3
|
s.name = 'logstash-input-twitter'
|
|
4
|
-
s.version = '3.0.
|
|
4
|
+
s.version = '3.0.5'
|
|
5
5
|
s.licenses = ['Apache License (2.0)']
|
|
6
6
|
s.summary = "Read events from the twitter streaming api."
|
|
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/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-twitter
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 3.0.
|
|
4
|
+
version: 3.0.5
|
|
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
|