Dashboards & Visualizations

Why is table's pagination "previous button" not working properly?

domaquino
Loves-to-Learn Lots

The table's "previous" button works except when I'm going from Page 2 to Page 1 of the results. When I clicked "previous" the results stayed the same.

The table's source is as follows:

source=<<source>> | stats count by strategy_name | sort -num(count) | table strategy_name, count | rename strategy_name as "Alert Type", count as Count

 

Labels (2)
0 Karma

gcusello
SplunkTrust
SplunkTrust

Hi @domaquino,

please, try to modify your search in this way:

source=<<source>> 
| stats count by strategy_name 
| sort -count 
| rename strategy_name as "Alert Type" count as Count

In addition I hint to use always the index in the main search: you'll have a quicker search, because without index the search runs on all default indexes, instead only the one you need.

Ciao.

Giuseppe

0 Karma
Get Updates on the Splunk Community!

Index This | Why did the turkey cross the road?

November 2025 Edition  Hayyy Splunk Education Enthusiasts and the Eternally Curious!   We’re back with this ...

Enter the Agentic Era with Splunk AI Assistant for SPL 1.4

  &#x1f680; Your data just got a serious AI upgrade — are you ready? Say hello to the Agentic Era with the ...

Feel the Splunk Love: Real Stories from Real Customers

Hello Splunk Community,    What’s the best part of hearing how our customers use Splunk? Easy: the positive ...