File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed
Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ Please refer to the following [document](https://www.elastic.co/guide/en/ecs/cur
2424
2525Supported format for the access logs are:
2626
27- - [ Common Log Format] ( https://en.wikipedia .org/wiki/Common_Log_Format )
27+ - [ Common Log Format] ( https://httpd.apache .org/docs/2.4/logs.html#:~:text=format%20strings.-,Common%20Log%20Format,-A%20typical%20configuration )
2828
2929 - The common ` LogFormat ` can be used as follows:
3030
Original file line number Diff line number Diff line change @@ -158,9 +158,9 @@ Please refer to the following [document](https://www.elastic.co/guide/en/ecs/cur
158158
159159Supported format for the access logs are:
160160
161- - [ Common Log Format] ( https://en.wikipedia .org/wiki/Common_Log_Format )
161+ - [ Common Log Format] ( https://httpd.apache .org/docs/2.4/logs.html#:~:text=format%20strings.-,Common%20Log%20Format,-A%20typical%20configuration )
162162
163- - Defined in apache ` LogFormat ` by :
163+ - The common ` LogFormat ` can be used as follows :
164164
165165 > ``` %h %l %u %t \"%r\" %>s %b ```
166166
@@ -170,7 +170,7 @@ Supported format for the access logs are:
170170
171171- Combined Log Format
172172
173- - Defined in apache ` LogFormat ` by :
173+ - The combined ` LogFormat ` can be used as follows :
174174
175175 > I. ``` %h %l %u %t \"%r\" %>s %b \"%{Referer}i\" \"%{User-Agent}i\" ```
176176
@@ -188,7 +188,7 @@ Supported format for the access logs are:
188188
189189- Combined Log Format + X-Forwarded-For header
190190
191- - Defined in apache ` LogFormat ` by :
191+ - The combined ` LogFormat ` with x-forwarded-for header can be used as follows :
192192
193193 > ``` %h %l %u %t \"%r\" %>s %b \"%{Referer}i\" \"%{User-Agent}i\" X-Forwarded-For=\"%{X-Forwarded-For}i\" ```
194194
You can’t perform that action at this time.
0 commit comments