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!

.conf24 | Day 0

Hello Splunk Community! My name is Chris, and I'm based in Canberra, Australia's capital, and I travelled for ...

Enhance Security Visibility with Splunk Enterprise Security 7.1 through Threat ...

(view in My Videos)Struggling with alert fatigue, lack of context, and prioritization around security ...

Troubleshooting the OpenTelemetry Collector

  In this tech talk, you’ll learn how to troubleshoot the OpenTelemetry collector - from checking the ...