IMPORTANT: No additional bug fixes or documentation updates
will be released for this version. For the latest information, see the
current release documentation.
HTTP fields
editHTTP fields
editHTTP-specific event fields.
http fields
editInformation about the HTTP request and response.
request fields
editHTTP request
-
http.request.headers
-
type: object
A map containing the captured header fields from the request. Which headers to capture is configurable. If headers with the same header name are present in the message, they will be separated by commas.
-
http.request.params
-
type: alias
alias to: url.query
response fields
editHTTP response
-
http.response.status_phrase
-
example: Not Found
The HTTP status phrase.
-
http.response.headers
-
type: object
A map containing the captured header fields from the response. Which headers to capture is configurable. If headers with the same header name are present in the message, they will be separated by commas.
-
http.response.code
-
type: alias
alias to: http.response.status_code
-
http.response.phrase
-
type: alias
alias to: http.response.status_phrase