docs: rename apache.socket to http.socket in examples
Some checks failed
Build and Test / test (push) Has been cancelled
Build and Test / build (push) Has been cancelled
Build and Test / docker (push) Has been cancelled

- README.md: use http.socket instead of apache.sock
- architecture.yml: use http.socket instead of apache.sock

Co-authored-by: Qwen-Coder <qwen-coder@alibabacloud.com>
This commit is contained in:
Jacquin Antoine
2026-03-02 22:35:42 +01:00
parent fb8bd35acd
commit eb3cc78170
2 changed files with 6 additions and 6 deletions

View File

@ -200,12 +200,12 @@ inputs:
Deux flux de logs JSON via sockets Unix datagram (SOCK_DGRAM). Chaque datagramme
contient un JSON complet.
unix_sockets:
- name: apache_source
- name: http_source
id: A
description: >
Source A, logs HTTP applicatifs (Apache, reverse proxy, etc.). Schéma JSON
variable, champ timestamp obligatoire, headers dynamiques (header_*).
path: /var/run/logcorrelator/apache.sock
path: /var/run/logcorrelator/http.socket
permissions: "0666"
protocol: unix
socket_type: dgram
@ -220,7 +220,7 @@ inputs:
description: >
Source B, logs réseau (métadonnées IP/TCP, JA3/JA4, etc.). Seuls src_ip
et src_port sont requis pour la corrélation.
path: /var/run/logcorrelator/network.sock
path: /var/run/logcorrelator/network.socket
permissions: "0666"
protocol: unix
socket_type: dgram