Skip to content

Commit 55bb1b5

Browse files
authored
Update docs/manage/field-extractions/fer-templates/apache-access-logs.md
1 parent ddceb6a commit 55bb1b5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/manage/field-extractions/fer-templates/apache-access-logs.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ parse regex "^(?<src_ip>\d{1,3}\.\d{1,3}\.\d{1,3}\.\d{1,3})"
2828
|:--|:--|:--|
2929
| src_ip | IP address of the client (remote host) from which the request is made to the server. | 221.125.19.252 |
3030
| method | Method used by the client. | GET |
31-
| url | Resource requested by the client. | `v` |
31+
| url | Resource requested by the client. | `/_js/master.js` |
3232
| status_code | Status code that the server sends back to the client. | 200 |
3333
| size | Size of the object returned to the client. | 8825 |
3434
| referrer | Displays the site that the client reports having been referred from. | `http://www.google.com/url?sa=t&rct=j...source=web&cd=4` |

0 commit comments

Comments
 (0)