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!

Observe and Secure All Apps with Splunk

  Join Us for Our Next Tech Talk: Observe and Secure All Apps with SplunkAs organizations continue to innovate ...

Splunk Decoded: Business Transactions vs Business IQ

It’s the morning of Black Friday, and your e-commerce site is handling 10x normal traffic. Orders are flowing, ...

Fastest way to demo Observability

I’ve been having a lot of fun learning about Kubernetes and Observability. I set myself an interesting ...