Hi,
I would like to use the splunk 6 mapping feature in an external website using the javascript sdk, just wondering if this is possible?
I have looked at http://docs.splunk.com/Documentation/Splunk/6.0/SearchReference/Geostats which creates the map within the splunk web portal, is there a way to generate that using the javascript sdk?
Using splunk v6.0.1 and the search query I'm running is:
search source=* | iplocation ip | geostats count by ip
Thanks