Splunk Search

How to give a time value to a field with eval command?

samlinsongguo
Communicator

Hey
I want to create a field with a time value using following commend

| inputlookup task_time_worked.csv | eval deadline=-1week@week

System throw me an error

"Error in 'eval' command: The expression is malformed. "

Any suggestion of what is the right way to write this spl?
Thanks in advance
Regards

0 Karma
1 Solution

amiftah
Communicator

Try this: | eval deadline= relative_time(_time, "-1w@w1") | convert ctime(deadline)

View solution in original post

0 Karma

amiftah
Communicator

Try this: | eval deadline= relative_time(_time, "-1w@w1") | convert ctime(deadline)

0 Karma

FrankVl
Ultra Champion

I'd suggest using now() instead of _time.

0 Karma

samlinsongguo
Communicator

thank you for your help

0 Karma
Get Updates on the Splunk Community!

Archived Metrics Now Available for APAC and EMEA realms

We’re excited to announce the launch of Archived Metrics in Splunk Infrastructure Monitoring for our customers ...

Detecting Remote Code Executions With the Splunk Threat Research Team

WATCH NOWRemote code execution (RCE) vulnerabilities pose a significant risk to organizations. If exploited, ...

Enter the Dashboard Challenge and Watch the .conf24 Global Broadcast!

The Splunk Community Dashboard Challenge is still happening, and it's not too late to enter for the week of ...