Getting Data In

i want to remove time(hours, minutes and seconds)

DataOrg
Builder

21-JUL-2017 00:00:09

i want only date. i am reading the data from csv file

0 Karma
1 Solution

gcusello
SplunkTrust
SplunkTrust

Hi
use
your_search
| eval your_date=strftime(strptime(your_date,"%d-%b-%Y %H:%M:%S"),"%d-%b-%Y")
| ...

Bye.
Giuseppe

View solution in original post

gcusello
SplunkTrust
SplunkTrust

Hi
use
your_search
| eval your_date=strftime(strptime(your_date,"%d-%b-%Y %H:%M:%S"),"%d-%b-%Y")
| ...

Bye.
Giuseppe

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 ...