Hello
i have a time stamp as **[17/Oct/2016:16:09:51 +0000]** and my props.conf looks like:
TIME_PREFIX = \[
MAX_TIMESTAMP_LOOKAHEAD = 26
TIME_FORMAT = %Y/%b/%d:%H:%M:%S +0000
when i do this, i am getting error: **Could not use strptime to parse timestamp from "[17/Oct/2016:16:09:51 +0000]"**
can anyone let me know where is my mistake???
↧