Splunk Search

Can not searching by date in inputlookup es_notable_events

Dmitriy
Explorer

Hi, please help to make search by date in inputlookup "es_notable_events". I thried to search by "earliest" its not work. 

Dmitriy_1-1623311243178.png

 

0 Karma

Dmitriy
Explorer

Thanks for help

0 Karma

Dmitriy
Explorer

I found the way how to search

| inputlookup es_notable_events | eval last_modified_timestamp=_time
| eval myTime=relative_time(time(),"-1h")
| where last_modified_timestamp>myTime
| fields - time
|search rule_name="Threat Activity Detected"

0 Karma

rupkumar4sec
Path Finder

I don't think you can use earliest and latest in inputlookup. Try this

| where ( _time >= <earliest time> AND  _time <= <latest time>)
0 Karma
Get Updates on the Splunk Community!

Fastest way to demo Observability

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

September Community Champions: A Shoutout to Our Contributors!

As we close the books on another fantastic month, we want to take a moment to celebrate the people who are the ...

Splunk Decoded: Service Maps vs Service Analyzer Tree View vs Flow Maps

It’s Monday morning, and your phone is buzzing with alert escalations – your customer-facing portal is running ...