Thanks in advance for any help.
I currently am using a geospatial file to show devices inside or outside of a geofence.
Here is a small snippet of the search
| lookup geo_Example1 latitude longitude
| fillnull featureId value="outsideGeoFence"
| where LIKE(featureId, "outsideGeoFence")
| fillnull value="unknown" user
I can use any single geo spatial file such as Example1 Example2 Example3 that I have loaded referencing the latitude and longitude and it works as expected.
I would ideally like to add more than one geospatial lookup to the search instead of creating multiple reports or dashboards for each specific location
I have tried simply adding another lookup to the string in different ways but it is not working once I add more thane one Geospatial reference.
↧