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!

Built-in Service Level Objectives Management to Bridge the Gap Between Service & ...

Wednesday, May 29, 2024  |  11AM PST / 2PM ESTRegister now and join us to learn more about how you can ...

Get Your Exclusive Splunk Certified Cybersecurity Defense Engineer Certification at ...

We’re excited to announce a new Splunk certification exam being released at .conf24! If you’re headed to Vegas ...

Share Your Ideas & Meet the Lantern team at .Conf! Plus All of This Month’s New ...

Splunk Lantern is Splunk’s customer success center that provides advice from Splunk experts on valuable data ...