Skip to content

Commit

Permalink
[DOCS] Fix extracted date (#75918) (#75976)
Browse files Browse the repository at this point in the history
In the example, we have a date with year `2018` but the extracted date is `1998`.

Co-authored-by: David Pilato <[email protected]>
  • Loading branch information
jrodewig and dadoonet authored Aug 2, 2021
1 parent f890bc4 commit 302a99b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/reference/ingest/processors/dissect.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,7 @@ Reference key modifier example
| *Pattern* | `[%{ts}] [%{level}] %{*p1}:%{&p1} %{*p2}:%{&p2}`
| *Input* | [2018-08-10T17:15:42,466] [ERR] ip:1.2.3.4 error:REFUSED
| *Result* a|
* ts = 1998-08-10T17:15:42,466
* ts = 2018-08-10T17:15:42,466
* level = ERR
* ip = 1.2.3.4
* error = REFUSED
Expand Down

0 comments on commit 302a99b

Please sign in to comment.