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!

Observability Unlocked: Kubernetes Monitoring with Splunk Observability Cloud

 Ready to master Kubernetes and cloud monitoring like the pros? Join Splunk’s Growth Engineering team for an ...

Update Your SOAR Apps for Python 3.13: What Community Developers Need to Know

To Community SOAR App Developers - we're reaching out with an important update regarding Python 3.9's ...

October Community Champions: A Shoutout to Our Contributors!

As October comes to a close, we want to take a moment to celebrate the people who make the Splunk Community ...