docs: rename apache.socket to http.socket in examples
- 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:
@ -106,11 +106,11 @@ service:
|
||||
# Input sources (at least 2 required)
|
||||
inputs:
|
||||
unix_sockets:
|
||||
- name: apache_source
|
||||
path: /var/run/logcorrelator/apache.sock
|
||||
- name: http_source
|
||||
path: /var/run/logcorrelator/http.socket
|
||||
format: json
|
||||
- name: network_source
|
||||
path: /var/run/logcorrelator/network.sock
|
||||
path: /var/run/logcorrelator/network.socket
|
||||
format: json
|
||||
|
||||
# File output
|
||||
|
||||
Reference in New Issue
Block a user