mirror of
https://github.com/elastic/logstash.git
synced 2025-04-24 14:47:19 -04:00
parent
a982f434a4
commit
829467400d
1 changed files with 2 additions and 2 deletions
4
docs/static/advanced-pipeline.asciidoc
vendored
4
docs/static/advanced-pipeline.asciidoc
vendored
|
@ -378,7 +378,7 @@ sends the information to an Elasticsearch cluster as well as writing the informa
|
|||
[[twitter-configuration]]
|
||||
==== Reading from a Twitter Feed
|
||||
|
||||
To add a Twitter feed, you use the {logstash}plugins-inputs-twitter-oauth_token.html[`twitter`] input plugin. To
|
||||
To add a Twitter feed, you use the {logstash}plugins-inputs-twitter.html[`twitter`] input plugin. To
|
||||
configure the plugin, you need several pieces of information:
|
||||
|
||||
* A _consumer_ key, which uniquely identifies your Twitter app.
|
||||
|
@ -388,7 +388,7 @@ configure the plugin, you need several pieces of information:
|
|||
* An _oauth token secret_, which serves as the password of the Twitter account.
|
||||
|
||||
Visit https://dev.twitter.com/apps[https://dev.twitter.com/apps] to set up a Twitter account and generate your consumer
|
||||
key and secret, as well as your access token and secret. See the docs for the {logstash}plugins-inputs-twitter-oauth_token.html[`twitter`] input plugin if you're not sure how to generate these keys.
|
||||
key and secret, as well as your access token and secret. See the docs for the {logstash}plugins-inputs-twitter.html[`twitter`] input plugin if you're not sure how to generate these keys.
|
||||
|
||||
Like you did earlier when you worked on <<advanced-pipeline>>, create a config file (called `second-pipeline.conf`) that
|
||||
contains the skeleton of a configuration pipeline. If you want, you can reuse the file you created earlier, but make
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue