- Mark as New
- Bookmark Message
- Subscribe to Message
- Mute Message
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Create a map with satellite coordinates from a csv
mcayrol
Explorer
03-26-2019
07:11 AM
Hello
I got a problem,
I recovered through a wifi scan application several wifi access point with their positions, the end result is a csv file that I imported on splunk, however when I make my request, it does not place me wifi access points according to their different location
here are the fields of my csv
This is my request
source="wifiscan-export.csv" | geostats latfield=Latitude longfield=Longitude count by SSID
The access points are all located in the same place instead of in their respective coordinates.
