I can use it in Kibana 3 but not in Kibana 4. Any idea why?

On Wednesday, 1 April 2015 20:31:05 UTC+1, Pascal VINCENT wrote:
>
> I finally come up with :
>
>  if [latitude] and [longitude] {
>     mutate {
>     add_field => [ "[location]", "%{longitude}" ]
>     add_field => [ "[location]", "%{latitude}" ]
>     }
>         mutate {
>     convert => [ "[location]", "float" ]
>     }
>   } 
>
>
>>>>

-- 
You received this message because you are subscribed to the Google Groups 
"elasticsearch" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to elasticsearch+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/elasticsearch/83648add-5ea4-4a68-826a-58e7141dea12%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to