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!

Index This | I am a number, but when you add ‘G’ to me, I go away. What number am I?

March 2024 Edition Hayyy Splunk Education Enthusiasts and the Eternally Curious!  We’re back with another ...

What’s New in Splunk App for PCI Compliance 5.3.1?

The Splunk App for PCI Compliance allows customers to extend the power of their existing Splunk solution with ...

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 ...