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

@ -106,11 +106,11 @@ service:
# Input sources (at least 2 required) # Input sources (at least 2 required)
inputs: inputs:
unix_sockets: unix_sockets:
- name: apache_source - name: http_source
path: /var/run/logcorrelator/apache.sock path: /var/run/logcorrelator/http.socket
format: json format: json
- name: network_source - name: network_source
path: /var/run/logcorrelator/network.sock path: /var/run/logcorrelator/network.socket
format: json format: json
# File output # File output

View File

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