Splunk Search

What is anomalies and how can I calculate for a specific field?

pavanae
Builder

For the below search

My search | timechart span=1h limit=0 count by student

Is it possible to list out the anomalous for each student?

Thanks in advance!

0 Karma
1 Solution

cmerriman
Super Champion

here is the doc for anomalydetection

https://docs.splunk.com/Documentation/Splunk/6.5.0/SearchReference/Anomalydetection

this should return outliers

My search | timechart span=1h limit=0 count by student|anomalydetection method=iqr action=tf param=4 uselower=true mark=true

View solution in original post

0 Karma

mgrosholz
Path Finder

Have you tried...

My search | timechart span=1h limit=0 count by student | anomalies by student
0 Karma

cmerriman
Super Champion

here is the doc for anomalydetection

https://docs.splunk.com/Documentation/Splunk/6.5.0/SearchReference/Anomalydetection

this should return outliers

My search | timechart span=1h limit=0 count by student|anomalydetection method=iqr action=tf param=4 uselower=true mark=true
0 Karma
Get Updates on the Splunk Community!

Extending Observability Content to Splunk Cloud

Register to join us !   In this Extending Observability Content to Splunk Cloud Tech Talk, you'll see how to ...

What's new in Splunk Cloud Platform 9.1.2312?

Hi Splunky people! We are excited to share the newest updates in Splunk Cloud Platform 9.1.2312! Analysts can ...

What’s New in Splunk Security Essentials 3.8.0?

Splunk Security Essentials (SSE) is an app that can amplify the power of your existing Splunk Cloud Platform, ...