Reporting

how to get today in the report?

splunkambarish
New Member

how to get today date in the report .
I just need today date in one column and the time i will be using now()

Tags (1)
0 Karma

chinmoya
Communicator

Hi,

You can use the now() command provided by splunk to get the time of your server at that instance & use strftime command to evaluate today (%d) will give u todays date.

Below is an example:

| makeresults | eval Now =now() | eval today= strftime(Now,"%d-%m-%Y : %H:%M:%S") | table today

The parameters of strftime you can edit according to your need.

0 Karma

gcusello
SplunkTrust
SplunkTrust

Hi splunkambarish,
could you share more details?
Bye.
Giuseppe

0 Karma
Get Updates on the Splunk Community!

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!

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

New in Observability Cloud - Explicit Bucket Histograms

Splunk introduces native support for histograms as a metric data type within Observability Cloud with Explicit ...