I don't know if it matters, but the way time was listed in my example was changed due to this GUI interface interpreting the first (2) asterisk as "bold" characters.
What it should have looked like was: "zzz (followed by a space and (3) asterisks)" Fri Sep 12 14:00:37 CDT 2008
Here is what I have built into my props.conf file that is still failing to index:
- Adding in line for Oracle Data and the odd timestamp
[source::.../u01/app/oracle/osw/archive/.../*]
TIME_PREFIX = z{3}\s+\*
Would it need to have the three asterisks or can I do a *{3} like you did with the "z"?
When I run the following "splunk list tail" it gives me the following:
pine:/opt/splunk/etc/bundles/local # /opt/splunk/bin/splunk list tail | more
Tailed Directories:
/u01/app/oracle/osw/archive
/u01/app/oracle/osw/archive/oswvmstat/pine_vmstat_09.15.08.1000.dat
/u01/app/oracle/osw/archive/oswvmstat/pine_vmstat_09.15.08.0900.dat
Which tells me it knows where to get the information but still can't index it. I am thinking it has to do with the props.conf file still.
Please advise.