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!

Introducing the 2024 SplunkTrust!

Hello, Splunk Community! We are beyond thrilled to announce our newest group of SplunkTrust members!  The ...

Introducing the 2024 Splunk MVPs!

We are excited to announce the 2024 cohort of the Splunk MVP program. Splunk MVPs are passionate members of ...

Splunk Custom Visualizations App End of Life

The Splunk Custom Visualizations apps End of Life for SimpleXML will reach end of support on Dec 21, 2024, ...