Knowledge Management

Can you do a multiline eval command in a datamodel for an eval field?

ebs
Communicator

Whenever I've created eval fields before in a data model they're just a single command. Is it possible to do a multiline eval command for a field? This is what I want to make into a single field:

| eval AEST_time=_time+36000
| convert timeformat="%Y-%m-%dT%H:%M:%S.%3Q %Z" ctime(AEST_time)
| eval epoch=strptime(AEST_time, "%Y-%m-%dT%H:%M:%S.%3Q %Z")
| eval date=strftime(epoch, "%Y-%m-%d")

Labels (3)
0 Karma
1 Solution

venkatasri
SplunkTrust
SplunkTrust

Hi @ebs 

You shall get the same output with this, when you add something to _time it will be by default coverted to ePoch

 

| eval date=strftime(toNumber(_time+36000), "%Y-%m-%d")

 

 

View solution in original post

venkatasri
SplunkTrust
SplunkTrust

Hi @ebs 

You shall get the same output with this, when you add something to _time it will be by default coverted to ePoch

 

| eval date=strftime(toNumber(_time+36000), "%Y-%m-%d")

 

 

ebs
Communicator

Thanks!

0 Karma
Get Updates on the Splunk Community!

Index This | Forward, I’m heavy; backward, I’m not. What am I?

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

A Guide To Cloud Migration Success

As enterprises’ rapid expansion to the cloud continues, IT leaders are continuously looking for ways to focus ...

Join Us for Splunk University and Get Your Bootcamp Game On!

If you know, you know! Splunk University is the vibe this summer so register today for bootcamps galore ...