Getting Data In

Requirement of a datetime.xml to extract from eventdata AND filename.

rschutt
Explorer

Hello,
I'm have a requirement of reading historical data that has NO year included in the eventdata. The good news is that the filenames include the year. This means the by default Splunk only extracts the day and month but the year is the current year. How can I override only the year from the filename?

Many thanks in advance!

Tags (1)
0 Karma
1 Solution

gelica
Communicator

Old question, but if someone else is having this problem, here's what I did:

I've had a similar problem and wasn't able to make it work by editing datetime.xml. The difference is that I had the whole timestamp included in the filepath.

Instead I added this line to my props.conf to override _time. file_date is the timestamp I'v extraxted from my filename.

EVAL-_time=strptime(file_date,"%Y-%m-%d_%H-%M-%S")

View solution in original post

0 Karma

gelica
Communicator

Old question, but if someone else is having this problem, here's what I did:

I've had a similar problem and wasn't able to make it work by editing datetime.xml. The difference is that I had the whole timestamp included in the filepath.

Instead I added this line to my props.conf to override _time. file_date is the timestamp I'v extraxted from my filename.

EVAL-_time=strptime(file_date,"%Y-%m-%d_%H-%M-%S")
0 Karma
Get Updates on the Splunk Community!

ICYMI - Check out the latest releases of Splunk Edge Processor

Splunk is pleased to announce the latest enhancements to Splunk Edge Processor.  HEC Receiver authorization ...

Introducing the 2024 SplunkTrust!

Hello, Splunk Community! We are beyond thrilled to announce our newest group of SplunkTrust members!  The ...

Introducing the 2024 Splunk MVPs!

We are excited to announce the 2024 cohort of the Splunk MVP program. Splunk MVPs are passionate members of ...