Splunk Search

How to search the event log based on a parameter value from another search from the same event log?

vijayaxyz
New Member

We would like to have the search results based on the following criteria. We have records in the event log with the following values

transactionID: abc | is_true: 1 | eventType: main | other_attributes_data

transactionID: abc | eventType: event-A | other_attributes_data

transactionID: abc | eventType: event-C | other_attributes_data

transactionID: abc | eventType: event-F | other_attributes_data

transactionID: def | is_true: 0 | eventType: main | other_attributes_data

transactionID: def | eventType: event-B | other_attributes_data

transactionID: def | eventType: event-C | other_attributes_data

transactionID: def | eventType: event-E | other_attributes_data

We basically want a search string, that identifies the "main" event records whose is_true value is "1". Once that is done, then we want all the events that are associated to the same "transactionID". 

In this example, since "transactionID: abc" has the main event, whose is_true value is 1, then we would like to list all the events associated to that particular transactionID. 

The output for the query ranswer for the query will be something like

transactionID: abc | eventType: main | other_attributes_data

transactionID: abc | eventType: event-A | other_attributes_data

transactionID: abc | eventType: event-C | other_attributes_data

transactionID: abc | eventType: event-F | other_attributes_data

 

The "transactionID: def" records will not be coming back in the search results, as the corresponding main event has is_true value of "0".

How can we write such query?

Appreciate the response. Thanks,

 

 

 

Tags (1)
0 Karma

vijayaxyz
New Member

Thanks. That worked.

0 Karma

ITWhisperer
SplunkTrust
SplunkTrust

Assuming you have extracted the isTrue and transactionID fields

| eventstats values(isTrue) as isTrue by transactionID
| where isTrue==1
0 Karma
Get Updates on the Splunk Community!

[Puzzles] Solve, Learn, Repeat: Dynamic formatting from XML events

This challenge was first posted on Slack #puzzles channelFor a previous puzzle, I needed a set of fixed-length ...

Enter the Agentic Era with Splunk AI Assistant for SPL 1.4

  🚀 Your data just got a serious AI upgrade — are you ready? Say hello to the Agentic Era with the ...

Stronger Security with Federated Search for S3, GCP SQL & Australian Threat ...

Splunk Lantern is a Splunk customer success center that provides advice from Splunk experts on valuable data ...