File tree Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -14,7 +14,10 @@ record which is necessary for the record to be indexed properly by
14
14
elasticsearch.
15
15
16
16
* 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.**
18
21
19
22
* If a field named * timestamp* or * time* or * syslog_timestamp* exists, it will
20
23
parse that field and conver it to format '%Y-%m-%dT%H:%M:%S%z' then store it
You can’t perform that action at this time.
0 commit comments