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!

Announcing Scheduled Export GA for Dashboard Studio

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

Extending Observability Content to Splunk Cloud

Watch Now!   In this Extending Observability Content to Splunk Cloud Tech Talk, you'll see how to leverage ...

More Control Over Your Monitoring Costs with Archived Metrics GA in US-AWS!

What if there was a way you could keep all the metrics data you need while saving on storage costs?This is now ...