-
Notifications
You must be signed in to change notification settings - Fork 33
New issue
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
logstash-input-twitter 2.2 NoMethod error with my tags but use_samples => true returns tweets and doesn't fill the log #35
Comments
There are also entries in the log about undefined method filer for nil.NilClass.
|
I'm facing the same issue and I know for sure it's not coming from my credentials as I'm using them in two other configuration files on the same environnement and it works perfectly. The only differences with the last one is that I'm using Here is the input part of my configuration file: And here is my stacktrace:
Perhaps I'm not using the I've also tried to add use_samples => true as mentionned by @mobcdi and it works but indexed tweets are not relevant. Thanks for helping :) |
I have same problem with logstasg 2.3.0 version. |
when you are using "follows" parameter you need to include twitter user's ID instead of user name or screen name. you can use this site to grab relevant twitter id to username or twitter API.
|
What is the right syntax for a comma separated list? |
Hi, I just ran into this problem aswell and while just throwing things at the wall I discovered that adding language to the configuration fixes the Unathorized error
Devs might be able to figure out why but in the mean time, it should help a few. |
Using the latest versions of ELK and the Logstash twitter input plugin I get the errors listed in the log file and my index isn't created in elastic but if I include use_samples=> true in my logstash config my index is created for the 1st time and tweets populated without filling the logstash.log at all.
I also edited my config file to exclude my twitter api consumer key but still included
use_samples => true
and that returned expected authentication error messages indicating to me that when the consumer key was listed theuse_samples
was able to authenticate to twitter using the key,secret,token and token secret I provide indicating its not an issue with my twitter app details and that valid twitter api keys are needed for the plugin to ingest the sample streamI initially posted the issue to discuss but when I was able to confirm the use_samples worked and needed my twitter api to authenticate I decided to open this issue
Logstash log file after letting the service run for a few seconds.
logstashlog.txt
My logstash config file with API values removed
logstashconf.txt
Logstash.err file
logstasherr.txt
The text was updated successfully, but these errors were encountered: