hey,
i try to give a follows with logstash but i have this error
Pipeline aborted due to error {:exception=>#<NoMethodError: undefined method proxy_address=
i need to use a proxy, i can't work without it.
there is my configuration
input
{
twitter
{
consumer_key => "xx"
consumer_secret => "xx"
oauth_token => "xx"
oauth_token_secret => "xx"
follows => ["@stage_elastic"]
use_proxy => true
proxy_address => "xx"
proxy_port => "xx"
full_tweet => true
}
i try to replace ["@stage_elastic"] by ["749864977251627008"] or ["stage_elastic"] i have even error.
but whene i try (juste try) work without proxy i have this error
Connection refused {:exception=>#<Errno::ECONNREFUSED: Connection refused`
thank s for your help .