Alerting

4 students are attempting for exams multiple times , need to extract only failed student details, can any one help

sunil04mca
Explorer

Student_name    Status   marks

john                               fail        30

han                               fail        10

ram                               fail        20

vish                               Pass        50

han                               Pass        90

ram                               Pass        50

 

 

The output should be -  as ram as passed in second attempt

Student_name    Status   marks

john                               fail        30

han                               fail        10

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

Nisha18789
Builder

hi @sunil04mca , you can use this after your main query

....| stats latest(status) as status by user | search status="fail"

View solution in original post

Nisha18789
Builder

hi @sunil04mca , you can use this after your main query

....| stats latest(status) as status by user | search status="fail"

sunil04mca
Explorer

@Nisha18789  This query will work for above table , but when i am trying to combine and  extract from 2 tables , i am not getting.
table-1 student name , marks and status, 
table-2 we have student details. should extract address and DOB.
Need a report as student-name, status,address and DOB.

Can u pls help on this

0 Karma

sunil04mca
Explorer

Thanks @Nisha18789 , this is working as expected..

0 Karma

iamkilarunaresh
Explorer

use stats latest(status) as status | search status=fail

Get Updates on the Splunk Community!

.conf24 | Registration Open!

Hello, hello! I come bearing good news: Registration for .conf24 is now open!   conf is Splunk’s rad annual ...

ICYMI - Check out the latest releases of Splunk Edge Processor

Splunk is pleased to announce the latest enhancements to Splunk Edge Processor.  HEC Receiver authorization ...

Introducing the 2024 SplunkTrust!

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