Splunk Search

search command "bucket" time sorting

khyoung7410
Communicator

Hi


search command "bucket" time sorting?


My search commmand


* | bucket _time span=1d | eval time=strftime(_time,"%y. %m. %d") | stats ~ | sort -time

  • search result

    (year.month.day)

    => 11.12.11 - - - - - - - - - - - -

    => 11.12.12 - - - - - - - - - - - -

    => 11.12.13 - - - - - - - - - - - -

    => 11.12.14 - - - - - - - - - - - -

    . - - - - - - - - - - - -

    . - - - - - - - - - - - -

But I want search result is


(year.month.day)


=> 11.12.16 - - - - - - - - - - - -


=> 11.12.15 - - - - - - - - - - - -


=> 11.12.14 - - - - - - - - - - - -

Please answer.

thanks

Tags (3)
0 Karma

Ayn
Legend

I don't see what you're doing in the stats command? Anyway, you will probably want to put the eval after you created the stats.

* | bucket _time span=1d | stats count by _time | eval time=strftime(_time,"%y. %m. %d") | sort -_time | table time count
Get Updates on the Splunk Community!

Splunk APM: New Product Features + Community Office Hours Recap!

Howdy Splunk Community! Over the past few months, we’ve had a lot going on in the world of Splunk Application ...

Index This | Forward, I’m heavy; backward, I’m not. What am I?

April 2024 Edition Hayyy Splunk Education Enthusiasts and the Eternally Curious!  We’re back with another ...

A Guide To Cloud Migration Success

As enterprises’ rapid expansion to the cloud continues, IT leaders are continuously looking for ways to focus ...