Skip to content

Commit 3280ea1

Browse files
jrodewigdadoonet
andauthored
[DOCS] Fix extracted date (#75918) (#75979)
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 c8856a1 commit 3280ea1

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
@@ -190,7 +190,7 @@ Reference key modifier example
190190
| *Pattern* | `[%{ts}] [%{level}] %{*p1}:%{&p1} %{*p2}:%{&p2}`
191191
| *Input* | [2018-08-10T17:15:42,466] [ERR] ip:1.2.3.4 error:REFUSED
192192
| *Result* a|
193-
* ts = 1998-08-10T17:15:42,466
193+
* ts = 2018-08-10T17:15:42,466
194194
* level = ERR
195195
* ip = 1.2.3.4
196196
* error = REFUSED

0 commit comments

Comments
 (0)