Dashboards & Visualizations

How can I search for one eventtype for 4 hours and a second eventtype for 8 hours in the same search?

anuremanan88
Explorer

I have to search for two logs from same index using different time range. For example one eventtype is "login" and the other eventtype is "breach". In a single search i need to search for both eventtypes. But when i do a search for last 4 hrs, it should search eventtype "breach" for last 4 hrs and eventtype "login" for last 8 hrs. Anyone can help me in this?

0 Karma

aholzer
Motivator

Something like this should do the trick for you:
(eventtype=breach earliest=-4h@h latest=now) OR (eventtype=login earliest=-8h@h latest=now)

Hope this helps

0 Karma

anuremanan88
Explorer

Thanks for the reply. Here i need to search time using input filter. I use input token for this. My search would look like this

(eventtype=breach earliest=$token.earliest$ latest=now) OR (eventtype=login earliest=$token.earliest$-4h latest=now).

But its not working

0 Karma

aholzer
Motivator

it's because you can't do -4h of a token.

Here's an answer that solved modifying tokens. It's not pretty, but it should get the work done.

0 Karma
Get Updates on the Splunk Community!

Observe and Secure All Apps with Splunk

  Join Us for Our Next Tech Talk: Observe and Secure All Apps with SplunkAs organizations continue to innovate ...

Splunk Decoded: Business Transactions vs Business IQ

It’s the morning of Black Friday, and your e-commerce site is handling 10x normal traffic. Orders are flowing, ...

Fastest way to demo Observability

I’ve been having a lot of fun learning about Kubernetes and Observability. I set myself an interesting ...