Deployment Architecture

How do I get the current time in unix/epoch time?

blindfire_bandi
Explorer

This is what I'm trying currently, and I'm not certain that it's working

| eval t=now()
| eval t_unixTime = strptime(t, "%Y-%m-%dT%H:%M:%S")
0 Karma
1 Solution

DMohn
Motivator

A simple t=now() is completely sufficient!

Try: | makeresults | eval t=now()

View solution in original post

DMohn
Motivator

A simple t=now() is completely sufficient!

Try: | makeresults | eval t=now()

blindfire_bandi
Explorer

Ah, I see! It's always nice when you can condense your query. I wasn't familiar with the makeresults command; so that helps as well. Thanks DMohn.

Get Updates on the Splunk Community!

Splunk Security Content for Threat Detection & Response, Q1 Roundup

Join Principal Threat Researcher, Michael Haag, as he walks through:An introduction to the Splunk Threat ...

Splunk Life | Happy Pride Month!

Happy Pride Month, Splunk Community! 🌈 In the United States, as well as many countries around the ...

SplunkTrust | Where Are They Now - Michael Uschmann

The Background Five years ago, Splunk published several videos showcasing members of the SplunkTrust to share ...