Logstash Twitter error - no address for stream.twitter.com

I am trying to use the twitter plugin with the latest ELK stack (8.9.0).
When I activate logstash -f myconf_file.conf I am getting error messages messages :
"no address for stream.twitter.com"

My conf file is very basic :

input {
    twitter {
        consumer_key => "XXX"
        consumer_secret => "XXX"
        oauth_token => "XXX"
        oauth_token_secret => "XXX"
        keywords => ["bla bla"]
        full_tweet => true
    }
}

output {
    stdout {
    }
}

This may or may not be related.

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