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

Get Updates on the Splunk Community!

Extending Observability Content to Splunk Cloud

Register to join us !   In this Extending Observability Content to Splunk Cloud Tech Talk, you'll see how to ...

What's new in Splunk Cloud Platform 9.1.2312?

Hi Splunky people! We are excited to share the newest updates in Splunk Cloud Platform 9.1.2312! Analysts can ...

What’s New in Splunk Security Essentials 3.8.0?

Splunk Security Essentials (SSE) is an app that can amplify the power of your existing Splunk Cloud Platform, ...