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!

Index This | I am a number, but when you add ‘G’ to me, I go away. What number am I?

March 2024 Edition Hayyy Splunk Education Enthusiasts and the Eternally Curious!  We’re back with another ...

What’s New in Splunk App for PCI Compliance 5.3.1?

The Splunk App for PCI Compliance allows customers to extend the power of their existing Splunk solution with ...

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