move "api key" option in stream.conf (#18108)
Ilya Mashchenko committed
Jul 10, 2024 at 23:25 UTC
335df194a1b776e8a677770b3522ab735a9c6c47
1 file changed
+3
-3
src/streaming/stream.conf
+3
-3
@@ -32,6 +32,9 @@
32
# This communication is not HTTP (it cannot be proxied by web proxies).
33
destination =
34
35
+ # The API_KEY to use (as the sender)
36
+ api key =
37
+
38
# Skip Certificate verification?
39
# The netdata child is configurated to avoid invalid SSL/TLS certificate,
40
# so certificates that are self-signed or expired will stop the streaming.
@@ -53,9 +56,6 @@
56
#
57
#CAfile =
58
56
- # The API_KEY to use (as the sender)
57
- api key =
58
-
59
# Stream Compression
60
# The default is enabled
61
# You can control stream compression in this agent with options: yes | no