Skip to content

Commit

Permalink
Small tweak to web-logs use case
Browse files Browse the repository at this point in the history
  • Loading branch information
Mathieu Martin committed Dec 7, 2018
1 parent 1b46826 commit aceaad8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion use-cases/web-logs.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ Using the fields as represented here is not expected to conflict with ECS, but m
| [http.request.method](../README.md#http.request.method) | Http request method. | extended | keyword | `GET, POST, PUT` |
| [http.request.referrer](../README.md#http.request.referrer) | Referrer for this HTTP request. | extended | keyword | `https://blog.example.com/` |
| [http.response.status_code](../README.md#http.response.status_code) | Http response status code. | extended | long | `404` |
| <a name="http.response.body"></a>*http.response.body* | *The full http response body.* | (use case) | keyword | `Hello world` |
| [http.response.body.content](../README.md#http.response.body.content) | The full http response body. | extended | keyword | `Hello world` |
| [http.version](../README.md#http.version) | Http version. | extended | keyword | `1.1` |
| <a name="user_agent.&ast;"></a>*user_agent.&ast;* | *The user_agent fields normally come from a browser request. They often show up in web service logs coming from the parsed user agent string.<br/>* | | | |
| [user_agent.original](../README.md#user_agent.original) | Unparsed version of the user_agent. | extended | (not indexed) | `Mozilla/5.0 (iPhone; CPU iPhone OS 12_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/12.0 Mobile/15E148 Safari/604.1` |
Expand Down
2 changes: 1 addition & 1 deletion use-cases/web-logs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ fields:
Http response status code.
example: 404

- name: response.body
- name: response.body.content
type: keyword
description: >
The full http response body.
Expand Down

0 comments on commit aceaad8

Please sign in to comment.