Splunk Search

Search in square brackets

vanheer
Explorer

I don't understand how this works, what should replace the square brackets in this situation or what does the search works here?

 

 

 

index=123 sourcetype=grades [|search index=123 sourcetype=grades line=6 AND class=4|return Name]

 

 

 

Can anyone explain this please?

I've tried to make it more simple with one search and get rid of the square brackets, but I always get different results.

 

Labels (1)
Tags (1)
0 Karma

isoutamo
SplunkTrust
SplunkTrust

Hi

You could evaluate this by running this 

index=123 sourcetype=grades line=6 AND class=4 
| return Name

If you have events which those values it returns

Name="<value of field Name>"

 Then it use that with your outer search 

r. Ismo

0 Karma

ITWhisperer
SplunkTrust
SplunkTrust

The search in the square brackets (the subsearch) is executed first. The results are then used to filter the main search. For example, if the subsearch returns 3 rows, these will be separate by ORs and the fields returned in each row will be separated by ANDs.

index=123 sourcetype=grades ((line=6 AND class=4 AND index=123 AND _time=<whatever the time of the event is> AND <whatever other fields are in the event>) OR (line=6 AND class=4 AND index=123 AND _time=<whatever the time of the next event is> AND so on))
0 Karma
Get Updates on the Splunk Community!

Accelerating Observability as Code with the Splunk AI Assistant

We’ve seen in previous posts what Observability as Code (OaC) is and how it’s now essential for managing ...

Integrating Splunk Search API and Quarto to Create Reproducible Investigation ...

 Splunk is More Than Just the Web Console For Digital Forensics and Incident Response (DFIR) practitioners, ...

Congratulations to the 2025-2026 SplunkTrust!

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