Skip to content

Commit 46bd049

Browse files
authored
fix dissect doc "ip" --> "clientip" (#38544)
Forward port of #38512.
1 parent af8a444 commit 46bd049

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
@@ -170,7 +170,7 @@ Named skip key modifier example
170170
| *Pattern* | `%{clientip} %{?ident} %{?auth} [%{@timestamp}]`
171171
| *Input* | 1.2.3.4 - - [30/Apr/1998:22:00:52 +0000]
172172
| *Result* a|
173-
* ip = 1.2.3.4
173+
* clientip = 1.2.3.4
174174
* @timestamp = 30/Apr/1998:22:00:52 +0000
175175
|======
176176

0 commit comments

Comments
 (0)