Skip to content

Commit e338b8b

Browse files
committed
Readme update
1 parent 94b83af commit e338b8b

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,10 @@ record which is necessary for the record to be indexed properly by
1414
elasticsearch.
1515

1616
* If *@timestamp* field already exists, it will ensure the format is correct
17-
by parse and convert to format '%Y-%m-%dT%H:%M:%S%z'.
17+
by parse and convert to format '%Y-%m-%dT%H:%M:%S%z'. **As of version 0.2.4, it
18+
will support epoch second / epoch millis format as a valid timestamp value. If
19+
such value is detected, it will be converted to iso8601 format for easier
20+
consumption of elasticsearch when dynamic mapping is used.**
1821

1922
* If a field named *timestamp* or *time* or *syslog_timestamp* exists, it will
2023
parse that field and conver it to format '%Y-%m-%dT%H:%M:%S%z' then store it

0 commit comments

Comments
 (0)