fix: Sync back sample.confs for inputs.couchbase and outputs.groundwork. (#11413)
This commit is contained in:
parent
eb77bddde2
commit
524038a1ec
|
|
@ -30,12 +30,12 @@ couchbase server.
|
||||||
## Use TLS but skip chain & host verification (defaults to false)
|
## Use TLS but skip chain & host verification (defaults to false)
|
||||||
## If set to false, tls_cert and tls_key are required
|
## If set to false, tls_cert and tls_key are required
|
||||||
# insecure_skip_verify = false
|
# insecure_skip_verify = false
|
||||||
|
|
||||||
## Whether to collect cluster-wide bucket statistics
|
## Whether to collect cluster-wide bucket statistics
|
||||||
## It is recommended to disable this in favor of node_stats
|
## It is recommended to disable this in favor of node_stats
|
||||||
## to get a better view of the cluster.
|
## to get a better view of the cluster.
|
||||||
cluster_bucket_stats = true
|
cluster_bucket_stats = true
|
||||||
|
|
||||||
## Whether to collect bucket stats for each individual node
|
## Whether to collect bucket stats for each individual node
|
||||||
node_bucket_stats = false
|
node_bucket_stats = false
|
||||||
```
|
```
|
||||||
|
|
|
||||||
|
|
@ -21,3 +21,11 @@
|
||||||
## Use TLS but skip chain & host verification (defaults to false)
|
## Use TLS but skip chain & host verification (defaults to false)
|
||||||
## If set to false, tls_cert and tls_key are required
|
## If set to false, tls_cert and tls_key are required
|
||||||
# insecure_skip_verify = false
|
# insecure_skip_verify = false
|
||||||
|
|
||||||
|
## Whether to collect cluster-wide bucket statistics
|
||||||
|
## It is recommended to disable this in favor of node_stats
|
||||||
|
## to get a better view of the cluster.
|
||||||
|
cluster_bucket_stats = true
|
||||||
|
|
||||||
|
## Whether to collect bucket stats for each individual node
|
||||||
|
node_bucket_stats = false
|
||||||
|
|
|
||||||
|
|
@ -19,7 +19,7 @@ GW8+
|
||||||
## Username and password to access GroundWork API.
|
## Username and password to access GroundWork API.
|
||||||
username = ""
|
username = ""
|
||||||
password = ""
|
password = ""
|
||||||
|
|
||||||
## Default application type to use in GroundWork client
|
## Default application type to use in GroundWork client
|
||||||
# default_app_type = "TELEGRAF"
|
# default_app_type = "TELEGRAF"
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -10,6 +10,9 @@
|
||||||
username = ""
|
username = ""
|
||||||
password = ""
|
password = ""
|
||||||
|
|
||||||
|
## Default application type to use in GroundWork client
|
||||||
|
# default_app_type = "TELEGRAF"
|
||||||
|
|
||||||
## Default display name for the host with services(metrics).
|
## Default display name for the host with services(metrics).
|
||||||
# default_host = "telegraf"
|
# default_host = "telegraf"
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue