I'm still wresting with this one, and I'm trying to use wildcard matching against my lookup data. Say I have a GPS Point 51.234567,0.123456 and I then round that to 1 point, 2 points, 3 points, etc up to 5, i get these. 51.2,0.1
51.23,0.12
51.234,0.123
51.2345,0.1234
51.12345,0.12345 I can then try and lookup any of those values in my reference table with match_type=WILDCARD(latitude),WILDCARD(longitude) I should get a match (as I have rows/GPS points in the lookup table which start with 51.2,0.1), but I don't get any matches. I've also considered the geospatial approach, but I can't work out how to generate a KML which splunk will interpret. There are examples (US_States, countries, etc), but I don't know which tools i could use to create my own. Can anyone recommend any tools that will generate geospatial lookup (kml/kmz) files that splunk will read ?
... View more