Skip to content

Commit 5b1425b

Browse files
authored
document listen_socket in http datasource (#797)
1 parent c7fd314 commit 5b1425b

File tree

1 file changed

+7
-1
lines changed
  • crowdsec-docs/docs/log_processor/data_sources

1 file changed

+7
-1
lines changed

crowdsec-docs/docs/log_processor/data_sources/http.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,13 @@ Look at the `configuration parameters` to view all supported options.
9494

9595
The address to listen on (e.g., `127.0.0.1:8088`).
9696

97-
Required.
97+
At least one of `listen_addr` or `listen_socket` is required.
98+
99+
### `listen_socket`
100+
101+
Unix socket to listen on (e.g., `/var/run/crowdsec_http.sock`).
102+
103+
At least one of `listen_addr` or `listen_socket` is required.
98104

99105
### `path`
100106

0 commit comments

Comments
 (0)