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!

Announcing Scheduled Export GA for Dashboard Studio

We're excited to announce the general availability of Scheduled Export for Dashboard Studio. Starting in ...

Extending Observability Content to Splunk Cloud

Watch Now!   In this Extending Observability Content to Splunk Cloud Tech Talk, you'll see how to leverage ...

More Control Over Your Monitoring Costs with Archived Metrics GA in US-AWS!

What if there was a way you could keep all the metrics data you need while saving on storage costs?This is now ...