Dashboards & Visualizations

Graphing every Nth point.

dcollette
New Member

How do I get Splunk to make a timechart using every Nth point?

Tags (1)
0 Karma

martin_mueller
SplunkTrust
SplunkTrust

Here's how you would generically select every Nth row/event from a previous search pipeline:

previous search pipeline | streamstats count | eval mod = count % N | where mod = 0

You could then pipe that to a chart or timechart or whatever... I'm not quite sure why you'd want to do this though. If you'd elaborate your actual requirements we might help more.

somesoni2
SplunkTrust
SplunkTrust

Can you provide some sample data/output?

0 Karma
Get Updates on the Splunk Community!

Index This | I am a number, but when you add ‘G’ to me, I go away. What number am I?

March 2024 Edition Hayyy Splunk Education Enthusiasts and the Eternally Curious!  We’re back with another ...

What’s New in Splunk App for PCI Compliance 5.3.1?

The Splunk App for PCI Compliance allows customers to extend the power of their existing Splunk solution with ...

Extending Observability Content to Splunk Cloud

Register to join us !   In this Extending Observability Content to Splunk Cloud Tech Talk, you'll see how to ...