mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Docs: Update Auditing docs (#57867)
* Docs: Update Auditing docs * Update docs/sources/setup-grafana/configure-grafana/enterprise-configuration/index.md Co-authored-by: Ieva <ieva.vasiljeva@grafana.com>
This commit is contained in:
committed by
GitHub
parent
9391a8ab9b
commit
0864994bcb
@@ -179,12 +179,16 @@ Keep dashboard content in the logs (request or response fields). This can signif
|
||||
|
||||
### verbose
|
||||
|
||||
Log all GET requests and always include request body for generic POST/PUT/PATCH requests.
|
||||
Log all requests and keep requests and responses body. This can significantly increase the size of your logs.
|
||||
|
||||
### log_all_status_codes
|
||||
|
||||
Set to false to only log requests with 2xx, 3xx, 401, 403, 500 responses.
|
||||
|
||||
### max_response_size_bytes
|
||||
|
||||
Maximum response body (in bytes) to be recorded. May help reducing the memory footprint caused by auditing.
|
||||
|
||||
## [auditing.logs.file]
|
||||
|
||||
### path
|
||||
|
||||
Reference in New Issue
Block a user