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!

Index This | I am a number, but when you add ‘G’ to me, I go away. What number am I?

March 2024 Edition Hayyy Splunk Education Enthusiasts and the Eternally Curious!  We’re back with another ...

What’s New in Splunk App for PCI Compliance 5.3.1?

The Splunk App for PCI Compliance allows customers to extend the power of their existing Splunk solution with ...

Extending Observability Content to Splunk Cloud

Register to join us !   In this Extending Observability Content to Splunk Cloud Tech Talk, you'll see how to ...