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
Get Updates on the Splunk Community!

Join Us for Splunk University and Get Your Bootcamp Game On!

If you know, you know! Splunk University is the vibe this summer so register today for bootcamps galore ...

.conf24 | Learning Tracks for Security, Observability, Platform, and Developers!

.conf24 is taking place at The Venetian in Las Vegas from June 11 - 14. Continue reading to learn about the ...

Announcing Scheduled Export GA for Dashboard Studio

We're excited to announce the general availability of Scheduled Export for Dashboard Studio. Starting in ...