-
Notifications
You must be signed in to change notification settings - Fork 3.5k
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 as a default plugin #10934
logstash-input-twitter as a default plugin #10934
Conversation
Ah! Great, I can reproduce locally! Onto investigation. |
Can of worms. The twitter gem 5.x.x depends on faraday Now, newer twitter gem v6 drops faraday dependency but we have a bunch of monkey patches that probably don't apply anymore on the newer twitter gem version. I removed the monkey patches and specs are passing. Now manually trying to slurp a twitter feed to see it it really works. |
This will be fixed by logstash-plugins/logstash-input-twitter#63 |
logstash-input-twitter v4.0.1 was published which fixes the dependency issue and the build is now green. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
@colinsurprenant yep, let's merge to all: 7.x, 7.3 and 7.2, the plugin is a default one and has been packed with logstash for a long time |
In 7.2 the twitter input was already in the defaults 🤔 |
This simply sets
"default-plugins": true
on thelogstash-input-twitter
.This is a followup on #10928 where setting logstash-input-twitter as a default plugin resulted in a build failure. It was reverted for the sake of moving forward the BC builds.
We can now deal with build issues here separately.