From 4bb503ceae9453b2bd23f91cb6a670415a81554a Mon Sep 17 00:00:00 2001 From: he2ss Date: Fri, 28 May 2021 16:48:10 +0200 Subject: [PATCH] doc: update user-guide network section (#813) --- docs/v1.X/docs/user_guide/network.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/v1.X/docs/user_guide/network.md b/docs/v1.X/docs/user_guide/network.md index aa2d66232..463ef9a4e 100644 --- a/docs/v1.X/docs/user_guide/network.md +++ b/docs/v1.X/docs/user_guide/network.md @@ -23,6 +23,10 @@ - Agents connect to local API on port `tcp/8080` (only relevant ) +!!! warning + If there is an error in the agent configuration, it will also cause the Local API to fail if both of them are running in the same machine ! + Both components need proper configuration to run (we decide to keep this behavior to detect agent or local API errors on start). + ## Local API -> Central API - Central API is reached on port `tcp/443` by Local API. The FQDN is `api.crowdsec.net`