mirror of https://github.com/OISF/suricata
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.
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 | 8 years ago | |
| files-json/elk | 10 years ago | |
| custom-http-logging.rst | 10 years ago | |
| custom-tls-logging.rst | 9 years ago | |
| index.rst | 9 years ago | |
| log-rotation.rst | 9 years ago | |
| lua-output.rst | 8 years ago | |
| syslog-alerting-comp.rst | 8 years ago | |