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