Skip to content

Commit 8408797

Browse files
githubfromguijakelandis
authored andcommitted
fix dissect doc "ip" --> "clientip" (#38512)
1 parent bc61eaa commit 8408797

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/reference/ingest/ingest-node.asciidoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1810,7 +1810,7 @@ Named skip key modifier example
18101810
| *Pattern* | `%{clientip} %{?ident} %{?auth} [%{@timestamp}]`
18111811
| *Input* | 1.2.3.4 - - [30/Apr/1998:22:00:52 +0000]
18121812
| *Result* a|
1813-
* ip = 1.2.3.4
1813+
* clientip = 1.2.3.4
18141814
* @timestamp = 30/Apr/1998:22:00:52 +0000
18151815
|======
18161816

0 commit comments

Comments
 (0)