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
Got questions? Get answers!

Join the Splunk Community Slack to learn, troubleshoot, and make connections with fellow Splunk practitioners in real time!

Meet up IRL or virtually!

Join Splunk User Groups to connect and learn in-person by region or remotely by topic or industry.

Get Updates on the Splunk Community!

From Raw Data to Executive-Ready Stories, Faster

Build Data Stories for Every Audience  A dashboard is rarely just a dashboard. It might be the view an ...

Guided Onboarding with Auto-schema Is Now Generally Available

  We are excited to announce the General Availability of Guided Onboarding with Auto-Schematization ...

ATTENTION: We’re Moving! (AGAIN!)

The Splunk Community Slack is undergoing a system migration to keep our workspace secure and ...