Splunk Search

help me with join condition

sravankaripe
Communicator

alt text

i have two indexes i have Sid common in both

i want to display Sid and Did in a table.
Please help me with join condtion.

Tags (2)
0 Karma
1 Solution

jkat54
SplunkTrust
SplunkTrust
index=index2 sid=* | join type=left sid [search index=index1 sid=* | fields sid ] | table sid did

This assumes index2 has sid & did, and index1 has just sid

Basically mirror your image and follow the docs: http://docs.splunk.com/Documentation/SplunkCloud/6.5.1612/SearchReference/Join

View solution in original post

somesoni2
Revered Legend

How about this? (will keep events with sid common and sid only in index=B, the right outer join)

index=A OR index=B | stats value(did) as did values(index) as indexes by sid | where isnotnull(mvfind(indexes,"B"))

somesoni2
Revered Legend

Is there a common field between those two indexes? If I understand correctly you're trying to get what a SQL right outer join will give, is it correct?

0 Karma

sravankaripe
Communicator

Sid is a common field.
Yes, it is similar like SQL Right join .

0 Karma

jkat54
SplunkTrust
SplunkTrust
index=index2 sid=* | join type=left sid [search index=index1 sid=* | fields sid ] | table sid did

This assumes index2 has sid & did, and index1 has just sid

Basically mirror your image and follow the docs: http://docs.splunk.com/Documentation/SplunkCloud/6.5.1612/SearchReference/Join

sravankaripe
Communicator

index=index2 sid=* | join type=left sid [search index=index1 sid=* ] | table sid did

this is working

0 Karma
Get Updates on the Splunk Community!

September Community Champions: A Shoutout to Our Contributors!

As we close the books on another fantastic month, we want to take a moment to celebrate the people who are the ...

Splunk Decoded: Service Maps vs Service Analyzer Tree View vs Flow Maps

It’s Monday morning, and your phone is buzzing with alert escalations – your customer-facing portal is running ...

What’s New in Splunk Observability – September 2025

What's NewWe are excited to announce the latest enhancements to Splunk Observability, designed to help ITOps ...