From 36eab84ef17f49c3786046cb522c9be7a012c55f Mon Sep 17 00:00:00 2001 From: Guilherme Caulada Date: Mon, 11 Oct 2021 11:20:00 -0300 Subject: [PATCH] Update auditing loggers config to use logger (#40288) --- docs/sources/enterprise/auditing.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/sources/enterprise/auditing.md b/docs/sources/enterprise/auditing.md index 83823329d12..f651acd23fa 100644 --- a/docs/sources/enterprise/auditing.md +++ b/docs/sources/enterprise/auditing.md @@ -126,7 +126,7 @@ The audit logs include records about the following categories of actions: Audit logs can be saved into files, sent to a Loki instance or sent to the Grafana default logger. By default, only the file exporter is enabled. You can choose which exporter to use in the [configuration file]({{< relref "../administration/configuration.md" >}}). -Options are `file`, `loki`, and `console`. Use spaces to separate multiple modes, such as `file loki`. +Options are `file`, `loki`, and `logger`. Use spaces to separate multiple modes, such as `file loki`. By default, when a user creates or updates a dashboard, its content will not appear in the logs as it can significantly increase the size of your logs. If this is important information for you and you can handle the amount of data generated, then you can enable this option in the configuration.