GEOIP Enable

sorry magnus but i think i am not followed you .... i have remove the databases option. here is how it looks like now in my filter

geoip {
source => "ip"
target => "geoip"

database => "/etc/logstash/GeoLiteCity.dat"

      add_field => [ "[geoip][coordinates]", "%{[geoip][longitude]}" ]
      add_field => [ "[geoip][coordinates]", "%{[geoip][latitude]}"  ]
    }
    mutate {
      convert => [ "[geoip][coordinates]", "float"]
    }

is it what you suggest ... should i add extra code etc etc