Knowledge Management

How to change order of result in splunk query

leandromatperei
Path Finder

Hello,

I have not found a method of bringing values ​​backwards in a simple splunk search, always show from last to first, is there any way to reverse this result?

Just reverse the order of the results.

alt text

Tags (1)
0 Karma

saramamurthy_sp
Splunk Employee
Splunk Employee

You can make it by using the reverse command, this basically reverses the timeline you want to happen, at the end of the search use the below command.

|reverse

0 Karma

niketn
Legend

@leandromatpereira , just pipe the reverse command

index=altitude
| reverse
____________________________________________
| makeresults | eval message= "Happy Splunking!!!"
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 ...