Skip to content

Commit 302a99b

Browse files
jrodewigdadoonet
andauthored
[DOCS] Fix extracted date (elastic#75918) (elastic#75976)
In the example, we have a date with year `2018` but the extracted date is `1998`. Co-authored-by: David Pilato <[email protected]>
1 parent f890bc4 commit 302a99b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/reference/ingest/processors/dissect.asciidoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -194,7 +194,7 @@ Reference key modifier example
194194
| *Pattern* | `[%{ts}] [%{level}] %{*p1}:%{&p1} %{*p2}:%{&p2}`
195195
| *Input* | [2018-08-10T17:15:42,466] [ERR] ip:1.2.3.4 error:REFUSED
196196
| *Result* a|
197-
* ts = 1998-08-10T17:15:42,466
197+
* ts = 2018-08-10T17:15:42,466
198198
* level = ERR
199199
* ip = 1.2.3.4
200200
* error = REFUSED

0 commit comments

Comments
 (0)