conf: change socket path to /var/run/logcorrelator/http.socket

- Update all documentation and configuration files
- Update test cases

Co-authored-by: Qwen-Coder <qwen-coder@alibabacloud.com>
This commit is contained in:
Jacquin Antoine
2026-03-01 02:14:31 +01:00
parent 395af61497
commit c61774f8ec
5 changed files with 10 additions and 10 deletions

View File

@ -163,7 +163,7 @@ configuration:
type: string
context: server-config
required_when_enabled: true
example: "/var/run/logcorrelator/http.sock"
example: "/var/run/logcorrelator/http.socket"
description: >
Filesystem path of the Unix domain socket to which JSON log lines
will be written.
@ -294,7 +294,7 @@ constraints:
- Module includes built-in blacklist of sensitive headers to prevent
accidental credential leakage (Authorization, Cookie, X-Api-Key, etc.).
- Socket permissions default to 0o660 (owner+group only) for security.
- Recommended socket path: /var/run/logcorrelator/http.sock (not /tmp).
- Recommended socket path: /var/run/logcorrelator/http.socket (not /tmp).
- Use environment variable MOD_REQIN_LOG_SOCKET to configure socket path.
- Module does not anonymize IPs; data protection is delegated to configuration.
- No requests are rejected due to logging failures.