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!

More Ways To Control Your Costs With Archived Metrics | Register for Tech Talk

Tuesday, May 14, 2024  |  11AM PT / 2PM ET Register to Attend Join us for this Tech Talk and learn how to ...

.conf24 | Personalize your .conf experience with Learning Paths!

Personalize your .conf24 Experience Learning paths allow you to level up your skill sets and dive deeper ...

Threat Hunting Unlocked: How to Uplevel Your Threat Hunting With the PEAK Framework ...

WATCH NOWAs AI starts tackling low level alerts, it's more critical than ever to uplevel your threat hunting ...