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!

Introducing the 2024 SplunkTrust!

Hello, Splunk Community! We are beyond thrilled to announce our newest group of SplunkTrust members!  The ...

Introducing the 2024 Splunk MVPs!

We are excited to announce the 2024 cohort of the Splunk MVP program. Splunk MVPs are passionate members of ...

Splunk Custom Visualizations App End of Life

The Splunk Custom Visualizations apps End of Life for SimpleXML will reach end of support on Dec 21, 2024, ...