Http Fieldsedit

HTTP-specific event fields.

http.codeedit

example: 404

The HTTP status code.

http.phraseedit

example: Not found.

The HTTP status phrase.

http.request_headersedit

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_headersedit

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_lengthedit

type: int

The value of the Content-Length header if present.