Getting Data In

Unique users, above threshhold, within timespan

atlauren
New Member

Hi all,

Having developed a filter that dials in the events and fields I want, I'd now like to have it display only events in which a unique user exceeds X matching events within Y timeframe.

I've deduced that a combination of top/associate/chart is probably where I need to go, but I can't quite put them together.

Any hints from the common collective?

Thank you!

0 Karma
1 Solution

mw
Splunk Employee
Splunk Employee

How about this:

... earliest=-15m@m latest=now | stats count by user | where count > 20

View solution in original post

0 Karma

atlauren
New Member

Very help, thank you!

0 Karma

mw
Splunk Employee
Splunk Employee

How about this:

... earliest=-15m@m latest=now | stats count by user | where count > 20
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 ...