Skip to content

Commit eaeb772

Browse files
authored
[DOCS] Update ingest pipeline screenshots for new EUI theme (#75744)
1 parent c6ec78b commit eaeb772

File tree

6 files changed

+1
-1
lines changed

6 files changed

+1
-1
lines changed
421 Bytes
Loading
428 Bytes
Loading
-1.79 KB
Loading
-2.17 KB
Loading
-2.4 KB
Loading

docs/reference/ingest/common-log-format-example.asciidoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ image::images/ingest/ingest-pipeline-list.png[Kibana's Ingest Node Pipelines lis
3939
+
4040
[source,grok]
4141
----
42-
%{IPORHOST:source.ip} %{USER:user.id} %{USER:user.name} \[%{HTTPDATE:@timestamp}\] "%{WORD:http.request.method} %{DATA:url.original} HTTP/%{NUMBER:http.version}" %{NUMBER:http.response.status_code:int} (?:-|%{NUMBER:http.response.body.bytes:int}) %{QS:http.request.referrer} %{QS:user_agent}
42+
%{IPORHOST:source.ip} %{USER:user.id} %{USER:user.name} \\[%{HTTPDATE:@timestamp}\\] \"%{WORD:http.request.method} %{DATA:url.original} HTTP/%{NUMBER:http.version}\" %{NUMBER:http.response.status_code:int} (?:-|%{NUMBER:http.response.body.bytes:int}) %{QS:http.request.referrer} %{QS:user_agent}
4343
----
4444
// NOTCONSOLE
4545
+

0 commit comments

Comments
 (0)