Twitter-input-plugin not installed by default in docker image 7.0.0

Hi, I found that twitter-input-plugin has been removed from default in major version 7.

root@logstash1:~# docker run -it docker.elastic.co/logstash/logstash:7.0.0 ./bin/logstash-plugin list | grep twitter
root@logstash1:~# docker run -it docker.elastic.co/logstash/logstash:6.6.1 ./bin/logstash-plugin list | grep twitter
logstash-input-twitter

I'm trying to find out why and if it's listed somewhere in docs, I didn't found anything here:

https://www.elastic.co/guide/en/logstash/current/plugins-inputs-twitter.html
https://www.elastic.co/guide/en/logstash/7.0/logstash-7-0-0.html
https://www.elastic.co/guide/en/logstash/7.0/breaking-7.0.html

Anyone has a clue?

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.