ECS::LogEntry::Http::Request
Inherits JSON::Serializable < Struct < Value < Object
Constructors
Instance methods
http.request.bytes
Total size in bytes of the request (body and headers).
Level: Extended Type: Long Example:
1437
http.request.bytes
Total size in bytes of the request (body and headers).
Level: Extended Type: Long Example:
1437
http.request.method
HTTP request method.
Prior to ECS 1.6.0 the following guidance was provided:
"The field value must be normalized to lowercase for querying."
As of ECS 1.6.0, the guidance is deprecated because the original case of the method may be useful in anomaly detection. Original case will be mandated in ECS 2.0.0
Level: Extended Type: Keyword Example:
GET, POST, PUT, PoST
http.request.method
HTTP request method.
Prior to ECS 1.6.0 the following guidance was provided:
"The field value must be normalized to lowercase for querying."
As of ECS 1.6.0, the guidance is deprecated because the original case of the method may be useful in anomaly detection. Original case will be mandated in ECS 2.0.0
Level: Extended Type: Keyword Example:
GET, POST, PUT, PoST
http.request.referrer
Referrer for this HTTP request.
Level: Extended Type: Keyword Example:
https://blog.example.com/
http.request.referrer
Referrer for this HTTP request.
Level: Extended Type: Keyword Example:
https://blog.example.com/