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!

[Puzzles] Solve, Learn, Repeat: Dynamic formatting from XML events

This challenge was first posted on Slack #puzzles channelFor a previous puzzle, I needed a set of fixed-length ...

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 ...

Stronger Security with Federated Search for S3, GCP SQL & Australian Threat ...

Splunk Lantern is a Splunk customer success center that provides advice from Splunk experts on valuable data ...