You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
suricata/doc/userguide/output
Maurizio Abba 6c0ec0b2f3 eve/http: add request/response http headers
Add a keyword configuration dump-all-headers, with allowed values
{both, request, response}, dumping all HTTP headers in the eve-log http
object. Each header is a single object in the list request_headers
(response_headers) with the following notation:

{
    "name": <header name>,
    "value": <header value>
}

To avoid forged malicious headers, the header name size is capped at 256
bytes, the header value size at 2048.

By default, dump-all-headers is disabled.
8 years ago
..
eve eve/http: add request/response http headers 8 years ago
files-json/elk doc: fix sphinx warnings 10 years ago
custom-http-logging.rst docs: sync up to recent redmine 10 years ago
custom-tls-logging.rst log: tls custom format log 9 years ago
index.rst doc: move log rotation to output section 9 years ago
log-rotation.rst doc: add more details to log rotation doc 9 years ago
lua-output.rst doc: fix minor typo 8 years ago
syslog-alerting-comp.rst doc: spelling mistakes in various sections of the user guide 8 years ago