diff options
Diffstat (limited to 'streaming/stream.conf')
-rw-r--r-- | streaming/stream.conf | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/streaming/stream.conf b/streaming/stream.conf index 94e94cab7..36213af02 100644 --- a/streaming/stream.conf +++ b/streaming/stream.conf @@ -170,6 +170,9 @@ # You can control stream compression in this parent agent stream with options: yes | no #enable compression = yes + # select the order the compression algorithms will be used, when multiple are offered by the child + #compression algorithms order = zstd lz4 brotli gzip + # Replication # Enable replication for all hosts using this api key. Default: enabled #enable replication = yes @@ -180,6 +183,11 @@ # The duration we want to replicate per each step. #replication_step = 600 + # Indicate whether this child is an ephemeral node. An ephemeral node will become unavailable + # after the specified duration of "cleanup ephemeral hosts after secs" (as defined in the db section of netdata.conf) + # from the time of the node's last connection. + #is ephemeral node = false + # ----------------------------------------------------------------------------- # 3. PER SENDING HOST SETTINGS, ON PARENT NETDATA # THIS IS OPTIONAL - YOU DON'T HAVE TO CONFIGURE IT @@ -250,3 +258,8 @@ # The duration we want to replicate per each step. #replication_step = 600 + + # Indicate whether this child is an ephemeral node. An ephemeral node will become unavailable + # after the specified duration of "cleanup ephemeral hosts after secs" (as defined in the db section of netdata.conf) + # from the time of the node's last connection. + #is ephemeral node = false |