summaryrefslogtreecommitdiffstats
path: root/streaming/README.md
diff options
context:
space:
mode:
authorTina Luedtke <kickoke@users.noreply.github.com>2022-03-16 19:06:34 +0100
committerGitHub <noreply@github.com>2022-03-16 18:06:34 +0000
commit4dca6582bd42b2ffc954c6e35bce0f3bc65e1ef4 (patch)
tree67f18dc10abec431c3284d468fcef8ac929c6677 /streaming/README.md
parent121129aaeb60aa40d9c2572979cda98d12daccf5 (diff)
Docs: Fix broken link (#12428)
Diffstat (limited to 'streaming/README.md')
-rw-r--r--streaming/README.md3
1 files changed, 1 insertions, 2 deletions
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