diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-08-26 08:15:24 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-08-26 08:15:35 +0000 |
commit | f09848204fa5283d21ea43e262ee41aa578e1808 (patch) | |
tree | c62385d7adf209fa6a798635954d887f718fb3fb /src/streaming/stream.conf | |
parent | Releasing debian version 1.46.3-2. (diff) | |
download | netdata-f09848204fa5283d21ea43e262ee41aa578e1808.tar.xz netdata-f09848204fa5283d21ea43e262ee41aa578e1808.zip |
Merging upstream version 1.47.0.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'src/streaming/stream.conf')
-rw-r--r-- | src/streaming/stream.conf | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/streaming/stream.conf b/src/streaming/stream.conf index 9dc154e2f..475d5eac2 100644 --- a/src/streaming/stream.conf +++ b/src/streaming/stream.conf @@ -32,6 +32,9 @@ # This communication is not HTTP (it cannot be proxied by web proxies). destination = + # The API_KEY to use (as the sender) + api key = + # Skip Certificate verification? # The netdata child is configurated to avoid invalid SSL/TLS certificate, # so certificates that are self-signed or expired will stop the streaming. @@ -53,9 +56,6 @@ # #CAfile = - # The API_KEY to use (as the sender) - api key = - # Stream Compression # The default is enabled # You can control stream compression in this agent with options: yes | no |