This document describes the fields that are exported by the httpbeat. They are grouped in the following categories:
Contains common fields available in all event types.
The name of the Beat sending the log messages. If the shipper name is set in the configuration file, then that value is used. If it is not set, the hostname is used.
type: date
example: 2015-01-24 14:06:05.071000
format: YYYY-MM-DDTHH:MM:SS.milliZ
required: True
The timestamp when the HTTP url was called. The precision is in milliseconds. The timezone is UTC.
required: True
The name of the log event. This field is set to the value specified for the document_type
option in the url section of the Httpbeat config file.
HTTP headers send to the URL endpoint.
HTTP response headers send by the URL endpoint.