Skip to content

Commit f21d682

Browse files
committed
document "disable_usage_metrics_export"
1 parent dd00f66 commit f21d682

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

crowdsec-docs/versioned_docs/version-v1.7/configuration/crowdsec_configuration.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -259,6 +259,7 @@ api:
259259
blocklists: "(true|false)"
260260
credentials_path: "<path_to_crowdsec_api_client_credential_file>"
261261
disable_remote_lapi_registration: (true|false)
262+
disable_usage_metrics_export: (true|false)
262263
capi_whitelists_path: "<path_to_capi_whitelists_file>"
263264
tls:
264265
cert_file: "<path_to_certificat_file>"
@@ -948,6 +949,7 @@ server:
948949
blocklists: "(true|false)"
949950
credentials_path: <path_to_crowdsec_api_client_credential_file>
950951
disable_remote_lapi_registration: (true|false)
952+
disable_usage_metrics_export: (true|false)
951953
capi_whitelists_path: "<path_to_capi_whitelists_file>"
952954
tls:
953955
cert_file: <path_to_certificat_file>
@@ -992,6 +994,11 @@ The path to the console configuration.
992994

993995
This option will disable the registration of remote agents using `cscli lapi register` command. As by default the local API registration will create a machine in the database (not validated), this option will prevent the creation of a machine in the database.
994996

997+
#### `disable_usage_metrics_export`
998+
> bool
999+
1000+
If set to true, the Local API will not export usage metrics to the CrowdSec Web Console. Defaults to false.
1001+
9951002
##### `capi_whitelists_path`
9961003
> string
9971004

0 commit comments

Comments
 (0)