Longitude and latitude in different rows

Hi, I have log with location info and I want to turn it to geo point.
However, this info is in different rows:

10-17 18:59:10.997 2361 2361 D CAP:Location: latitude: 45.08371837
10-17 18:59:10.997 2361 2361 D CAP:Location: longitude: -93.01294031
10-17 18:59:10.997 2361 2361 D CAP:Location: accuracy: 5.36

I can't figure out how to process this, any help or thoughts very much appreciated!

If there is something on those events that you can use to correlate the latitude and longitude you could use an aggregate filter.

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.