fix: socket path to network.socket

Co-authored-by: Qwen-Coder <qwen-coder@alibabacloud.com>
This commit is contained in:
Jacquin Antoine
2026-03-01 02:14:32 +01:00
parent 61cba76a0f
commit e862139fca
3 changed files with 4 additions and 4 deletions

View File

@ -307,7 +307,7 @@ api:
module: "output"
implements: "output.Writer"
config:
- { name: socket_path, type: "string", description: "Chemin de la socket UNIX (ex: /var/run/logcorrelator/network.sock)." }
- { name: socket_path, type: "string", description: "Chemin de la socket UNIX (ex: /var/run/logcorrelator/network.socket)." }
- name: "output.MultiWriter"
description: "Combinaison de plusieurs Writer configurés."