File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed
libbeat/processors/timestamp/docs Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -50,7 +50,7 @@ If a layout does not contain a year then the current year in the specified
5050
5151Here is an example that parses the `start_time` field and writes the result
5252to the `@timestamp` field then deletes the `start_time` field. When the
53- processor is loaded it will immediately validate that the two `test` timestamps
53+ processor is loaded, it will immediately validate that the two `test` timestamps
5454parse with this configuration.
5555
5656[source,yaml]
@@ -61,9 +61,11 @@ processors:
6161 layouts:
6262 - '2006-01-02T15:04:05Z'
6363 - '2006-01-02T15:04:05.999Z'
64+ - '2006-01-02T15:04:05.999-07:00'
6465 test:
6566 - '2019-06-22T16:33:51Z'
6667 - '2019-11-18T04:59:51.123Z'
68+ - '2020-08-03T07:10:20.123456+02:00'
6769 - drop_fields:
6870 fields: [start_time]
6971----
You can’t perform that action at this time.
0 commit comments