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

@ -93,7 +93,7 @@ outputs:
- type: unix_socket - type: unix_socket
enabled: true enabled: true
params: params:
socket_path: /var/run/logcorrelator/network.sock socket_path: /var/run/logcorrelator/network.socket
``` ```
### Variables d'environnement ### Variables d'environnement
@ -230,7 +230,7 @@ outputs:
- type: unix_socket - type: unix_socket
enabled: true enabled: true
params: params:
socket_path: /var/run/logcorrelator/network.sock socket_path: /var/run/logcorrelator/network.socket
``` ```
### Logging fichier + stdout ### Logging fichier + stdout

View File

@ -307,7 +307,7 @@ api:
module: "output" module: "output"
implements: "output.Writer" implements: "output.Writer"
config: 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" - name: "output.MultiWriter"
description: "Combinaison de plusieurs Writer configurés." description: "Combinaison de plusieurs Writer configurés."

View File

@ -35,4 +35,4 @@ outputs:
# - type: unix_socket # - type: unix_socket
# enabled: false # enabled: false
# params: # params:
# socket_path: /var/run/logcorrelator/network.sock # socket_path: /var/run/logcorrelator/network.socket