All Apps and Add-ons

How to place multiple markers in Real time location Tracker app Using splunk search query ?

ajayabburi508
Path Finder

I have two fields longitude latitude and username . I want to place multiple markers on the Real Time Location tracker map in the splunk using splunk query with below data.

alt text

0 Karma

joelby
Explorer

Location Tracker should do this by default if you construct a table with time, latitude, longitude, and user name:

| makeresults count=4
| eval User="user ".random(), latitude=random()%90, longitude=random()%90
| table _time, latitude, longitude, User
0 Karma
Get Updates on the Splunk Community!

Welcome to the Splunk Community!

(view in My Videos) We're so glad you're here! The Splunk Community is place to connect, learn, give back, and ...

Tech Talk | Elevating Digital Service Excellence: The Synergy of Splunk RUM & APM

Elevating Digital Service Excellence: The Synergy of Real User Monitoring and Application Performance ...

Adoption of RUM and APM at Splunk

    Unleash the power of Splunk Observability   Watch Now In this can't miss Tech Talk! The Splunk Growth ...