Skip to content

Commit fac0347

Browse files
docs: Update timestamp.asciidoc (#20395)
1 parent aed4831 commit fac0347

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

libbeat/processors/timestamp/docs/timestamp.asciidoc

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ If a layout does not contain a year then the current year in the specified
5050

5151
Here is an example that parses the `start_time` field and writes the result
5252
to 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
5454
parse 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
----

0 commit comments

Comments
 (0)