|
@@ -226,7 +226,7 @@ def fields_from_log(fh):
|
|
|
fields = []
|
|
fields = []
|
|
|
matches = re.search(TIMESTAMP_PATTERN, row)
|
|
matches = re.search(TIMESTAMP_PATTERN, row)
|
|
|
if matches:
|
|
if matches:
|
|
|
- fields.append(('timestamp', 'date'))
|
|
|
|
|
|
|
+ fields.append(('timestamp', 'tdate'))
|
|
|
fields.append(('message', 'text_general'))
|
|
fields.append(('message', 'text_general'))
|
|
|
|
|
|
|
|
return fields
|
|
return fields
|