We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
As I hit that "issue", I think we should document the Twitter input with an example and also write clearly that Strings must be wrapped with ".
"
Instead of:
twitter { consumer_key => ... consumer_secret => ... keywords => ... oauth_token => ... oauth_token_secret => ... }
write:
twitter { consumer_key => "..." consumer_secret => "..." keywords => [ "...", "..." ] oauth_token => "..." oauth_token_secret => "..." }
or
twitter { consumer_key => "CONS_KEY" consumer_secret => "CONS_SECRET" keywords => [ "KEY1", "KEY2" ] oauth_token => "OAUTH_TOKEN" oauth_token_secret => "OAUTH_SECRET" }
Also, can we add a link to Twitter dev console so it's easy for users to set it up? https://dev.twitter.com/apps/new
The text was updated successfully, but these errors were encountered:
Maybe include use_samples = > true and some elastic, logstash accounts, tags and keywords to show use_samples = > true also disables those
use_samples = > true
Sorry, something went wrong.
an example can be found in here. 😄 https://github.com/elastic/examples/tree/master/ELK_twitter
No branches or pull requests
As I hit that "issue", I think we should document the Twitter input with an example and also write clearly that Strings must be wrapped with
"
.Instead of:
write:
or
Also, can we add a link to Twitter dev console so it's easy for users to set it up? https://dev.twitter.com/apps/new
The text was updated successfully, but these errors were encountered: