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!

Routing logs with Splunk OTel Collector for Kubernetes

The Splunk Distribution of the OpenTelemetry (OTel) Collector is a product that provides a way to ingest ...

Welcome to the Splunk Community!

(view in My Videos) We're so glad you're here! The Splunk Community is place to connect, learn, give back, and ...

Tech Talk | Elevating Digital Service Excellence: The Synergy of Splunk RUM & APM

Elevating Digital Service Excellence: The Synergy of Real User Monitoring and Application Performance ...