Getting Data In

Custom timestamps for csv format?

tamduong16
Contributor

I have the following data from csv file that I want to index into splunk. alt text

I want to set the timestamp to be the highlighted portions but if I select auto for timestamp it will grab the first timestamp that it detects. So I modify the props.conf file to add the following line:
TIME_PREFIX=^([^,]*,){4}
which tell it to take the timestamp after the 4th comma. But for some reasons it grabs the 10-27-2017 along with 00:04:44 but skip the 6:20 PM (which is the actual time that i need). Is there anything I could do to avoid this? Thanks!

0 Karma
1 Solution

Genti
Splunk Employee
Splunk Employee

So, it looks like its grabbing the correct field.
Have you provided a TIME_FORMAT?

Splunk can't recognize on its own that 00:04:44 is NOT the correct time. it is the most common sense thing to be the time.
So you need to provide the CORRECT FORMAT.

something like:

TIME_FORMAT="%m-%d-%Y","%I:%M %p"

View solution in original post

Genti
Splunk Employee
Splunk Employee

So, it looks like its grabbing the correct field.
Have you provided a TIME_FORMAT?

Splunk can't recognize on its own that 00:04:44 is NOT the correct time. it is the most common sense thing to be the time.
So you need to provide the CORRECT FORMAT.

something like:

TIME_FORMAT="%m-%d-%Y","%I:%M %p"

tamduong16
Contributor

work like a champ. thanks!

0 Karma

Genti
Splunk Employee
Splunk Employee

huzzah!!!!

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!

Step into “Hunt the Insider: An Splunk ES Premier Mystery” to catch a cybercriminal ...

After a whole week of being on call, you fell asleep on your keyboard, and you hit a sequence of buttons that ...

SplunkTrust Application Period is Officially OPEN!

It's that time, folks! The application/nomination period for the 2026-2027 SplunkTrust is officially open. If ...

Announcing Modern Navigation: A New Era of Splunk User Experience

We are excited to introduce the Modern Navigation feature in the Splunk Platform, available to both cloud and ...