Splunk Search

How to add two different soucetype

sushil_sh
Engager

Hi,

 

We are looking to join two different soucretype which is given below

1- first source type for  abc(In this soucetype it contains all server list)

 sourcetype=abc AlertName IN ("Health Service Heartbeat Failure", "Unexpected shutdown Event ID XXXX") | sort _time  | table ServerName, AlertName

     ,AlertTriggered | dedup ServerName, AlertName

     ,AlertTriggered

 

2- Second source type for  xyz(In this source type list contain only selective server i.e suport)

 

 sourcetype=xyz  StatusValue IN(blue) Company IN("Support")  | sort _time  desc | dedup ManagementGroup , ServerName  , _time  | table ManagementGroup,  ServerName, StatusValue,  _time

__________________________________________________________-

we looking for combine syntax on which we view data  like (serverName(support), Event ID includes heartbite Failure, Start time of event, End time of event).

 

I am looking for your response 

 

Thanks in advance

 

_

Labels (3)
0 Karma

jhanvidattani
Path Finder

@sushil_sh 
Using join command between both queries would look like this:

sourcetype="abc" <further_query> | join ServerName [search sourcetype="xyz" <further_query>]

 Basically, mentioned the field/s that is common for both searches. Further information about various options or behaviour of join command is available: join 

If you find my solution/debugging steps fruitful, an upvote would be appreciated.

0 Karma

sushil_sh
Engager

Hi All,

Please response from my query, waiting for your response

0 Karma
Get Updates on the Splunk Community!

Splunk Observability Synthetic Monitoring - Resolved Incident on Detector Alerts

We’ve discovered a bug that affected the auto-clear of Synthetic Detectors in the Splunk Synthetic Monitoring ...

Video | Tom’s Smartness Journey Continues

Remember Splunk Community member Tom Kopchak? If you caught the first episode of our Smartness interview ...

3-2-1 Go! How Fast Can You Debug Microservices with Observability Cloud?

3-2-1 Go! How Fast Can You Debug Microservices with Observability Cloud? Learn how unique features like ...