Http Fields

edit

HTTP-specific event fields.

http.code

edit

example: 404

The HTTP status code.

http.phrase

edit

example: Not found.

The HTTP status phrase.

http.request_headers

edit

type: dict

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.response_headers

edit

type: dict

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.content_length

edit

type: int

The value of the Content-Length header if present.