Splunk Search

Where condition based on date / time for imported data

ozirus
Path Finder

Hi,

I've a CSV imported data (hostname = AVGMAILCOUNT) and want to use its data based on present time values.

What I'm trying to do is searching that data according to current time parameters but i get error; (Error in 'search' command: Unable to parse the search: Comparator '=' is missing a term on the right hand side.)

I want search all data historially but for only same days (mondays for example)

Query gives above error;

host="AVGMAILCOUNT" date_wday = [ search eval A=strftime(now(),"%A") | return A]

Regards,

0 Karma
1 Solution

gfuente
Motivator

Hello

Use this subsearch instead:

host="AVGMAILCOUNT" date_wday = [|stats count | eval A=strftime(now(),"%A") | return $A]

regards

View solution in original post

0 Karma

gfuente
Motivator

Hello

Use this subsearch instead:

host="AVGMAILCOUNT" date_wday = [|stats count | eval A=strftime(now(),"%A") | return $A]

regards

0 Karma
Get Updates on the Splunk Community!

Announcing Scheduled Export GA for Dashboard Studio

We're excited to announce the general availability of Scheduled Export for Dashboard Studio. Starting in ...

Extending Observability Content to Splunk Cloud

Watch Now!   In this Extending Observability Content to Splunk Cloud Tech Talk, you'll see how to leverage ...

More Control Over Your Monitoring Costs with Archived Metrics GA in US-AWS!

What if there was a way you could keep all the metrics data you need while saving on storage costs?This is now ...