logstash-input-twitter 3.0.7 → 3.0.8
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/LICENSE +1 -1
- data/docs/index.asciidoc +4 -1
- data/logstash-input-twitter.gemspec +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: d05604fb0bb4b26dd9cd301c4adf1824cad08b430d4064f61460329977f980b8
|
|
4
|
+
data.tar.gz: 0e1cbc41a80bc23ac525a9f9703c776d5a8d7f55c77e459abc2f5bc841d5cc7a
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: c4c1e924fddbdafa6c41d79aca21b8563fbb78b3ad0a6cb7e830ca69d704e65a70252ee7d66ba39d9c322c014b6bf932275cb8352e82c7487207e980fb0ae5dc
|
|
7
|
+
data.tar.gz: e918d5c0646ca3173724352c4abcfec9abde71fd47654a79ba1cb60ebd4a8b58948080d033bb69ead8eb4ac23203157d40a735c1c4ee73ba9b090cfec2732722
|
data/CHANGELOG.md
CHANGED
data/LICENSE
CHANGED
data/docs/index.asciidoc
CHANGED
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
:plugin: twitter
|
|
2
2
|
:type: input
|
|
3
|
+
:default_codec: plain
|
|
3
4
|
|
|
4
5
|
///////////////////////////////////////////
|
|
5
6
|
START - GENERATED VARIABLES, DO NOT EDIT!
|
|
@@ -85,7 +86,7 @@ registering a new application with Twitter:
|
|
|
85
86
|
|
|
86
87
|
A comma separated list of user IDs, indicating the users to
|
|
87
88
|
return statuses for in the Twitter stream.
|
|
88
|
-
See https://
|
|
89
|
+
See https://developer.twitter.com/en/docs/tweets/filter-realtime/guides/basic-stream-parameters
|
|
89
90
|
for more details.
|
|
90
91
|
|
|
91
92
|
[id="plugins-{type}s-{plugin}-full_tweet"]
|
|
@@ -224,3 +225,5 @@ follows, locations, and languages options will be ignored. Default => false
|
|
|
224
225
|
|
|
225
226
|
[id="plugins-{type}s-{plugin}-common-options"]
|
|
226
227
|
include::{include_path}/{type}.asciidoc[]
|
|
228
|
+
|
|
229
|
+
:default_codec!:
|
|
@@ -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.8'
|
|
5
5
|
s.licenses = ['Apache License (2.0)']
|
|
6
6
|
s.summary = "Reads 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.8
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Elastic
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date:
|
|
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
|