Splunk Search

Go to last page of search results

donna_oquinn
New Member

When there are more than 10 pages of results, showing the Prev / Next buttons, is there a way to go to the last page of the result set without clicking over and over? We're on Splunk v7.3.1.

Tags (1)
0 Karma

PowerPacked
Builder

Hi @donna_oquinn

I am not sure if there is any facility to do that.

But with tail command you can get the last results on last page as needed.

As events are ordered by _time, and Tail command goes in reverse order

index=_internal | tail 10

Thanks

0 Karma

donna_oquinn
New Member

Actually the results of the search aren't time driven. They are based on filters used against a base search. So with less filters there could be more pages of results.

0 Karma

PowerPacked
Builder

what ever the search may be, finally the results are ordered according to what time they have been received to Splunk. tail command should work for you, if you want to view those last events.

0 Karma
Get Updates on the Splunk Community!

Extending Observability Content to Splunk Cloud

Watch Now!   In this Extending Observability Content to Splunk Cloud Tech Talk, you'll see how to leverage ...

More Control Over Your Monitoring Costs with Archived Metrics!

What if there was a way you could keep all the metrics data you need while saving on storage costs?This is now ...

New in Observability Cloud - Explicit Bucket Histograms

Splunk introduces native support for histograms as a metric data type within Observability Cloud with Explicit ...