From 4dca6582bd42b2ffc954c6e35bce0f3bc65e1ef4 Mon Sep 17 00:00:00 2001 From: Tina Luedtke Date: Wed, 16 Mar 2022 19:06:34 +0100 Subject: Docs: Fix broken link (#12428) --- streaming/README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'streaming/README.md') diff --git a/streaming/README.md b/streaming/README.md index dcb9b8b2a0..40e6260179 100644 --- a/streaming/README.md +++ b/streaming/README.md @@ -107,7 +107,7 @@ This also disables the registry (there cannot be a registry without an API). requests from its child nodes. 0 sets no limit, 1 means maximum once every second. If this is set, you may see error log entries "... too busy to accept new streaming request. Will be allowed in X secs". -You can [use](docs/agent/exporting#configuration) the exporting engine to configure data archiving to an external database (it archives all databases maintained on +You can [use](docs/agent/exporting/README.md#configuration) the exporting engine to configure data archiving to an external database (it archives all databases maintained on this host). ### Streaming configuration @@ -203,7 +203,6 @@ that use `*` as wildcard (any number of times) and a `!` prefix for a negative m So: `allow from = !10.1.2.3 10.*` will allow all IPs in `10.*` except `10.1.2.3`. The order is important: left to right, the first positive or negative match is used. -`allow from` is available in Netdata v1.9+ ##### Tracing -- cgit v1.2.3