Splunk Search

How to edit a time chart search to sort on count by date, rather than count by user?

bworrellZP
Communicator

Yesterday I was asked if I can swap out time chart, so that the time is on the top, and user name is on the left.

Background: I have a chart that shows users and count of logins by day. They want to be able to sort on the count by date rather than count by user.

Is there an easy way to change this?

Thanks

0 Karma
1 Solution

wpreston
Motivator

Try this:

...<your base search here>... | eval Date=strftime(_time, "%D") | chart count by User Date

View solution in original post

woodcock
Esteemed Legend

You can also use the transpose command.

0 Karma

wpreston
Motivator

Try this:

...<your base search here>... | eval Date=strftime(_time, "%D") | chart count by User Date
Get Updates on the Splunk Community!

AppDynamics Summer Webinars

This summer, our mighty AppDynamics team is cooking up some delicious content on YouTube Live to satiate your ...

SOCin’ it to you at Splunk University

Splunk University is expanding its instructor-led learning portfolio with dedicated Security tracks at .conf25 ...

Credit Card Data Protection & PCI Compliance with Splunk Edge Processor

Organizations handling credit card transactions know that PCI DSS compliance is both critical and complex. The ...