Splunk Search

How to develop one search that will obtain results from logs from different sourcetypes?

venkateshc
Engager

I have

Ex:

Search query 1:
I have one type of log, it contains Roll Number, Date of Joining, Class and etc

Search query 2:
Another log, it contains Name, Roll Number, Address and etc.

Aim:
Search query to obtain results in stats like

Roll Number, Name, Date of Joining

In single logs the above three fields are not available. Both logs are different sourcetypes. I am looking for another commands or techniques other than transaction command.

Thanks in advance

0 Karma

dturnbull_splun
Splunk Employee
Splunk Employee

Try something like this:

sourcetype=name_source OR sourcetype=joining_date | stats values(name) as name values(joining_date) by roll_number
0 Karma

ddrillic
Ultra Champion

Right, the technique of using stats for joins. You can google for splunk join using stats.

Another example at How to perform JOIN with STATS

Career Survey
First 500 qualified respondents will receive a $20 gift card! Tell us about your professional Splunk journey.

Can’t make it to .conf25? Join us online!

Get Updates on the Splunk Community!

Leveraging Automated Threat Analysis Across the Splunk Ecosystem

Are you leveraging automation to its fullest potential in your threat detection strategy?Our upcoming Security ...

Can’t Make It to Boston? Stream .conf25 and Learn with Haya Husain

Boston may be buzzing this September with Splunk University and .conf25, but you don’t have to pack a bag to ...

Splunk Lantern’s Guide to The Most Popular .conf25 Sessions

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