Getting Data In

How to set the timestamp format to YYYY-MM-DD?

dennisaraujo
Path Finder

I need to use the field email sent to YYYY-MM-DD format for timestamp.
How to set the timestamp for the YYYY-MM-DD format?

Thanks.

0 Karma
1 Solution

phadnett_splunk
Splunk Employee
Splunk Employee

Try using the following in props.conf for your sourcetype:
TIME_FORMAT = %Y-%m-%d

View solution in original post

phadnett_splunk
Splunk Employee
Splunk Employee

Try using the following in props.conf for your sourcetype:
TIME_FORMAT = %Y-%m-%d

dennisaraujo
Path Finder

Worked, thank you.

0 Karma

ddrillic
Ultra Champion

Maybe an example of what you are trying to do?

0 Karma

dennisaraujo
Path Finder

In the file I have the email sent field, filled with date in yyyy-mm-dd format, I use this field as a timestamp to index the file.

0 Karma

somesoni2
Revered Legend

You'd need to configure this in your props.conf for the sourcetype assigned to this data. To enable us to help you with more accurate solution, provide some sample log entries that you're trying to configure...

0 Karma
Got questions? Get answers!

Join the Splunk Community Slack to learn, troubleshoot, and make connections with fellow Splunk practitioners in real time!

Meet up IRL or virtually!

Join Splunk User Groups to connect and learn in-person by region or remotely by topic or industry.

Get Updates on the Splunk Community!

[Puzzles] Solve, Learn, Repeat: Character substitutions with Regular Expressions

This challenge was first posted on Slack #puzzles channelFor BORE at .conf23, we had a puzzle question which ...

Splunk Community Badges!

  Hey everyone! Ready to earn some serious bragging rights in the community? Along with our existing badges ...

[Puzzles] Solve, Learn, Repeat: Matching cron expressions

This puzzle (first published here) is based on matching timestamps to cron expressions.All the timestamps ...