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!

Community Content Calendar, September edition

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

Splunkbase Unveils New App Listing Management Public Preview

Splunkbase Unveils New App Listing Management Public PreviewWe're thrilled to announce the public preview of ...

Leveraging Automated Threat Analysis Across the Splunk Ecosystem

Are you leveraging automation to its fullest potential in your threat detection strategy?Our upcoming Security ...