Twitter input logstash geo:nil

I'm using the input pluggin "twitter" for logstash with these follogwing options:
keywords => [ "marvel","starwars","elasticsearch","logstash"]
full_tweet => true
ignore_retweets => true

There is no filter and the ouput is just stdout.

I succeed in receiving "events" but I have no access to the coordinate of the tweet...
"geo" => nil
"coordinates" => nil

How can I get coordinates of tweets in the logstash event ?

Thanks

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