Splunk Search

Search join with filter

erick_costa
Path Finder

I want to do the SQL in Splunk:

SELECT TB1.*
FROM TB1
JOIN TB2
ON TB2.ID = TB1.ID
WHERE TB2.OPTION = "OPTION 1"

How do I do this?

Tags (2)
0 Karma
1 Solution

rroberts
Splunk Employee
Splunk Employee

Check out this document!

http://www.innovato.com/splunk/SQLSplunk.html

You might find it helpful.

View solution in original post

rroberts
Splunk Employee
Splunk Employee

Check out this document!

http://www.innovato.com/splunk/SQLSplunk.html

You might find it helpful.

sideview
SplunkTrust
SplunkTrust

Although, in many cases the best thing to do is to not think of it as a join, break it down as a) a disjunction (sourcetype=A some terms) OR (sourcetype=B some other terms) b) a little eval to smooth things out in small ways, c) a stats command to pair everything up in the exact same way a join would. the best practice for advanced splunk developers is really to use lookups or stats or transaction, and only actually use the join command as a last resort.

0 Karma

rroberts
Splunk Employee
Splunk Employee

Even better!

0 Karma
Get Updates on the Splunk Community!

Join Us for Splunk University and Get Your Bootcamp Game On!

If you know, you know! Splunk University is the vibe this summer so register today for bootcamps galore ...

.conf24 | Learning Tracks for Security, Observability, Platform, and Developers!

.conf24 is taking place at The Venetian in Las Vegas from June 11 - 14. Continue reading to learn about the ...

Announcing Scheduled Export GA for Dashboard Studio

We're excited to announce the general availability of Scheduled Export for Dashboard Studio. Starting in ...