All Apps and Add-ons

Location Tracker - Custom Visualization: Is there a row limit for this visualization? If yes, is there a workaround?

gwobben
Communicator

Hi,

I really like the Location Tracker - Custom Visualization app, but I'm trying to plot a trip around the world (52895 rows) and the last piece of the trip is not visible (50000 row limit for this visualization?)

Any workarounds / fixes?

0 Karma

magnew_splunk
Splunk Employee
Splunk Employee

Hello @gwobben,

50k point seems like a lot to need to draw all at once. You can probably produce paths that look pretty much the same with fewer points. Maybe you could do some kind of aggregation in the search language? Since they should be in time order you could probably filter out a certain number of them and still get a representative path. For instance, you could take every other row and reduce your resolution by half. Or if you just want to remove ~5000, drop every 10th point.

gwobben
Communicator

This is not an answer nor a workaround. Please provide code examples when responding, this helps the community learn and helps to understand what you mean. Dropping points in a search query can be done like this:

... | streamstats count as counter  | eval second_point = (counter % 2)  | search second_point = 0
0 Karma
Got questions? Get answers!

Join the Splunk Community Slack to learn, troubleshoot, and make connections with fellow Splunk practitioners in real time!

Meet up IRL or virtually!

Join Splunk User Groups to connect and learn in-person by region or remotely by topic or industry.

Get Updates on the Splunk Community!

May 2026 Splunk Expert Sessions: Security & Observability

Level Up Your Operations: May 2026 Splunk Expert Sessions Whether you are refining your security posture or ...

Network to App: Observability Unlocked [May & June Series]

In today’s digital landscape, your environment is no longer confined to the data center. It spans complex ...

SPL2 Deep Dives, AppDynamics Integrations, SAML Made Simple and Much More on Splunk ...

Splunk Lantern is Splunk’s customer success center that provides practical guidance from Splunk experts on key ...