|
I have some syslog-like data from 2008 that I'd like to index with Splunk : Unfortunately, as these events have no year, Splunk assigns the current year (2012) to them! Is there any way that I can tell Splunk to index this file using the actual year of origin (2008) as part of the time stamp? |
|
Sure, you can use the touch command on the file where the historical data resides to set its modification time to 2008, and Splunk will then index the data using that year as part of the time stamp extraction. I ran into this behavior, and I resolved the issue by doing this:
One extra piece of advice : Use On the example above, you would specify :
Hope this Helps! |
