Splunk Search

combine events based on a common field

quirkyUnicorn28
Loves-to-Learn

I have data being pushed onto Splunk in JSON format. What I am trying to do is combine events. For example, 2 events that have a common id should be merge onto one. So I have the following data:

{ studentid: 1234
  studentGrade:{
  Math:{ grade: "A"}
  }
}

{ studentid: 1234
  studentGrade:{
  Physics:{ grade: "C"}
  }
}

 

As seen, I'd like to create the 2 events into 1 based on the studentId. To end up with a result like the following:

Student IdMathPhysics
1234AC

 

Thank you in advance, very new in Splunk and I found it difficult to merge events based on other requests Ids. 

Labels (3)
Tags (1)
0 Karma
Get Updates on the Splunk Community!

Splunk + ThousandEyes: Correlate frontend, app, and network data to troubleshoot ...

 Are you tired of troubleshooting delays caused by siloed frontend, application, and network data? We've got a ...

Splunk Observability for AI

Don’t miss out on an exciting Tech Talk on Splunk Observability for AI!Discover how Splunk’s agentic AI ...

🔐 Trust at Every Hop: How mTLS in Splunk Enterprise 10.0 Makes Security Simpler

From Idea to Implementation: Why Splunk Built mTLS into Splunk Enterprise 10.0  mTLS wasn’t just a checkbox ...