Sorry for the confusion, that was only an excerpt from my logstash configuration file.
Your suggestion passes the debug flag, but the location points still don't show up in the tile map. Can I change the second conversion to:
convert => {
"[location][lat]" => "float"
"[location][lon]" => "float"
"[location]" => "geo_point"
}
Or is there a different recommended way to drop the pin of the location into a format that the tile map can pick up?
Again thank you for the assistance thus far!