From e862139fca480d7a7b6d86383ec682c3c257e7ff Mon Sep 17 00:00:00 2001 From: Jacquin Antoine Date: Sun, 1 Mar 2026 02:14:32 +0100 Subject: [PATCH] fix: socket path to network.socket Co-authored-by: Qwen-Coder --- README.md | 4 ++-- architecture.yml | 2 +- config.yml.example | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 4c4725b..1197040 100644 --- a/README.md +++ b/README.md @@ -93,7 +93,7 @@ outputs: - type: unix_socket enabled: true params: - socket_path: /var/run/logcorrelator/network.sock + socket_path: /var/run/logcorrelator/network.socket ``` ### Variables d'environnement @@ -230,7 +230,7 @@ outputs: - type: unix_socket enabled: true params: - socket_path: /var/run/logcorrelator/network.sock + socket_path: /var/run/logcorrelator/network.socket ``` ### Logging fichier + stdout diff --git a/architecture.yml b/architecture.yml index 67e125f..940fb27 100644 --- a/architecture.yml +++ b/architecture.yml @@ -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." diff --git a/config.yml.example b/config.yml.example index 385a5b3..849fb41 100644 --- a/config.yml.example +++ b/config.yml.example @@ -35,4 +35,4 @@ outputs: # - type: unix_socket # enabled: false # params: - # socket_path: /var/run/logcorrelator/network.sock + # socket_path: /var/run/logcorrelator/network.socket