Dashboards & Visualizations

Unique result count timechart

sriniavula66
New Member

I would like to display unique successful login users time chart report. my query is showing only today's results unique when I used '|dedup email' and wrong numbers showing for previous days.

index=myindex "result"=SUCCESS |timechart span=day count | convert timeformat="%m/%e"

Any thoughts?

Regards
Srini

Labels (1)
Tags (1)
0 Karma
1 Solution

jpolvino
Builder

If you're looking for the distinct count of logins per day:
| timechart span=1d dc(email) AS Email

View solution in original post

0 Karma

jpolvino
Builder

If you're looking for the distinct count of logins per day:
| timechart span=1d dc(email) AS Email

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 ...