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
Career Survey
First 500 qualified respondents will receive a $20 gift card! Tell us about your professional Splunk journey.
Get Updates on the Splunk Community!

Data Persistence in the OpenTelemetry Collector

This blog post is part of an ongoing series on OpenTelemetry. What happens if the OpenTelemetry collector ...

Introducing Splunk 10.0: Smarter, Faster, and More Powerful Than Ever

Now On Demand Whether you're managing complex deployments or looking to future-proof your data ...

Community Content Calendar, September edition

Welcome to another insightful post from our Community Content Calendar! We're thrilled to continue bringing ...