HTTP Fields
editHTTP Fields
editFields related to HTTP activity. Use the url
field set to store the url of the request.
HTTP Field Details
editField | Description | Level |
---|---|---|
Size in bytes of the request body. type: long example: |
extended |
|
The full HTTP request body. type: wildcard Multi-fields:
example: |
extended |
|
Total size in bytes of the request (body and headers). type: long example: |
extended |
|
A unique identifier for each HTTP request to correlate logs between clients and servers in transactions. The id may be contained in a non-standard HTTP header, such as type: keyword example: |
extended |
|
HTTP request method. The value should retain its casing from the original event. For example, type: keyword example: |
extended |
|
Mime type of the body of the request. This value must only be populated based on the content of the request body, not on the type: keyword example: |
extended |
|
Referrer for this HTTP request. type: keyword example: |
extended |
|
Size in bytes of the response body. type: long example: |
extended |
|
The full HTTP response body. type: wildcard Multi-fields:
example: |
extended |
|
Total size in bytes of the response (body and headers). type: long example: |
extended |
|
Mime type of the body of the response. This value must only be populated based on the content of the response body, not on the type: keyword example: |
extended |
|
HTTP response status code. type: long example: |
extended |
|
HTTP version. type: keyword example: |
extended |