Splunk Search

How to join 2 datamodels searches with different timeranges

fernandopaixao
New Member

Hi everyone,

I need to join two different searches using different time ranges in the alert search.
Normally the earliest parameter would solve it but the following syntax doesn't work

| datamodel dm-evaluation evaluation search earliest=@d

Do you know how to solve it?

Thank you

Tags (1)
0 Karma

woodcock
Esteemed Legend

Fist of all, I wouldn't use | datamodel because it was recently broken and no longer returns all fields (only the ones in the datamodel). Instead use the macro described here (it will need adjustment because it is hard-coded for CIM):

https://answers.splunk.com/answers/716936/splunk-server-field-is-not-available-when-we-searc.html#an...

Then you can use as many time specifier clauses as you can like this:

`SIEMMacro_datamodel(dm-evaluation, dm-evaluation)` evaluation search ((earliest=e1 latest=l1) OR (earliest=e2 latest=l2) OR ... OR (earliest=eZ latest=lZ))
0 Karma

to4kawa
Ultra Champion

How long are the two search periods?
There is the way that

Time range can be covered two data models,
Search by `summariesonly = t` and `timechart` ,
Create flag (e.g. datamodelA or datamodelB)  ,
Combine the two search results by `append`, 
Select time and data model(flag) by `where`

How about this?

0 Karma
Get Updates on the Splunk Community!

Introducing the Splunk Community Dashboard Challenge!

Welcome to Splunk Community Dashboard Challenge! This is your chance to showcase your skills in creating ...

Built-in Service Level Objectives Management to Bridge the Gap Between Service & ...

Wednesday, May 29, 2024  |  11AM PST / 2PM ESTRegister now and join us to learn more about how you can ...

Get Your Exclusive Splunk Certified Cybersecurity Defense Engineer Certification at ...

We’re excited to announce a new Splunk certification exam being released at .conf24! If you’re headed to Vegas ...