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

 

Labels (1)
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!

Now Available: Cisco Talos Threat Intelligence Integrations for Splunk Security Cloud ...

At .conf24, we shared that we were in the process of integrating Cisco Talos threat intelligence into Splunk ...

Preparing your Splunk Environment for OpenSSL3

The Splunk platform will transition to OpenSSL version 3 in a future release. Actions are required to prepare ...

Easily Improve Agent Saturation with the Splunk Add-on for OpenTelemetry Collector

Agent Saturation What and Whys In application performance monitoring, saturation is defined as the total load ...