Yes, unfortunately it has to be a valid IPv4 address. For now, you can 
probably do a replace from the LS side to translate ::1 to something like 
127.0.0.1. For example:

filter {
    mutate {
      gsub => [ "clientip", "::1", "127.0.0.1" ]
    }
}


-- 
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 [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/elasticsearch/0011e47c-a9aa-43fc-92a9-75fecab63df3%40googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to