Splunk Search

Time chart with events consist of unique count

iamjosh007
New Member

i have a user login info log file like below for eg, when i prepare a time chart for last 2 days, i need the unique user logged on that particular day on a span of 1 day. there is case where x might have logged in multiple times per day, so dedup would work but that counts for entire span (2 days)..

today
x logged in
y logged in
z logged in

yesterday
x loged in
z logged in

please let me know how can this be achived?

0 Karma

gcusello
SplunkTrust
SplunkTrust

Hi iamjosh007
try something like this

your_search
| timechart dc(user) AS login span=1d

Bye.
Giuseppe

0 Karma
Get Updates on the Splunk Community!

Observe and Secure All Apps with Splunk

  Join Us for Our Next Tech Talk: Observe and Secure All Apps with SplunkAs organizations continue to innovate ...

Splunk Decoded: Business Transactions vs Business IQ

It’s the morning of Black Friday, and your e-commerce site is handling 10x normal traffic. Orders are flowing, ...

Fastest way to demo Observability

I’ve been having a lot of fun learning about Kubernetes and Observability. I set myself an interesting ...