From 863f30540370357c0daf5a13a47f88507bab7e4b Mon Sep 17 00:00:00 2001 From: Sebastien Blot Date: Tue, 17 Jun 2025 16:32:47 +0200 Subject: [PATCH] document listen_socket in http datasource --- crowdsec-docs/docs/log_processor/data_sources/http.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/crowdsec-docs/docs/log_processor/data_sources/http.md b/crowdsec-docs/docs/log_processor/data_sources/http.md index 50f3d3c08..c56aabe96 100644 --- a/crowdsec-docs/docs/log_processor/data_sources/http.md +++ b/crowdsec-docs/docs/log_processor/data_sources/http.md @@ -94,7 +94,13 @@ Look at the `configuration parameters` to view all supported options. The address to listen on (e.g., `127.0.0.1:8088`). -Required. +At least one of `listen_addr` or `listen_socket` is required. + +### `listen_socket` + +Unix socket to listen on (e.g., `/var/run/crowdsec_http.sock`). + +At least one of `listen_addr` or `listen_socket` is required. ### `path`