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!

Preparing your Splunk Environment for OpenSSL3

The Splunk platform will transition to OpenSSL version 3 in a future release. Actions are required to prepare ...

Unleash Unified Security and Observability with Splunk Cloud Platform

     Now Available on Microsoft AzureThursday, March 27, 2025  |  11AM PST / 2PM EST | Register NowStep boldly ...

Splunk AppDynamics with Cisco Secure Application

Web applications unfortunately present a target rich environment for security vulnerabilities and attacks. ...