I am looking to build a map of IP locations for remote vpn logins. Does anyone have any suggestions?
Not sure what you are looking for, but if you in the dashboard add this:
<option name="mapping.tileLayer.url">http://{s}.tile.openstreetmap.org/{z}/{x}/{y}.png</option>
You get a much more detailed map.
You search could be some like this:
your search | iplocation src_ip | eval City = if(isnull(City) OR City="" ,"Unknown",City), home=vpn_user."-".src_ip | geostats globallimit=0 count by home
Not sure what you are looking for, but if you in the dashboard add this:
<option name="mapping.tileLayer.url">http://{s}.tile.openstreetmap.org/{z}/{x}/{y}.png</option>
You get a much more detailed map.
You search could be some like this:
your search | iplocation src_ip | eval City = if(isnull(City) OR City="" ,"Unknown",City), home=vpn_user."-".src_ip | geostats globallimit=0 count by home
thank you i will try this
Hi Lakromani
Could you please give me a quick walk thru on where exactly I add the ?
I pasted it as the first line in the XML under edit > edit source, after .
Is that correct?
Thank you!
Make your search work giving you the map.
Then save it as an Dashboard.
Open Dashboard
Edit Source
Paste the <option name="mapp....
to the option section.
Save.
Thx, I got it to work!
Is there a way to increase the zoom to a street level with this map?