aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormzinal <zinal@ydb.tech>2023-05-23 16:15:20 +0300
committermzinal <zinal@ydb.tech>2023-05-23 16:15:20 +0300
commit05dc61b12a108159a959c969974b838a27e25459 (patch)
tree3d49f074a181c883b50a879d8aec9b170a2a6a31
parent3a5d4cb4da36d491f57782e316476a793654e52a (diff)
downloadydb-05dc61b12a108159a959c969974b838a27e25459.tar.gz
fix typos
-rw-r--r--ydb/docs/en/core/cluster/audit-log.md4
-rw-r--r--ydb/docs/ru/core/cluster/audit-log.md4
2 files changed, 4 insertions, 4 deletions
diff --git a/ydb/docs/en/core/cluster/audit-log.md b/ydb/docs/en/core/cluster/audit-log.md
index 24483336ab..cc446f1a70 100644
--- a/ydb/docs/en/core/cluster/audit-log.md
+++ b/ydb/docs/en/core/cluster/audit-log.md
@@ -49,7 +49,7 @@ The information about each operation is saved to the audit log as a separate eve
## Enabling audit log {#enabling-audit-log}
-Delivering events to the audit log stream is enabled for the entire {{ ydb-short-name }} cluster. To enable it, add, to the [cluster configuration](../deploy/configuration/config.md), the `audit_config` section, and specify in it one of the stream destinations (`file_backend`, `unified_agent_backend`, `unified_agent_backend`) or their combination:
+Delivering events to the audit log stream is enabled for the entire {{ ydb-short-name }} cluster. To enable it, add, to the [cluster configuration](../deploy/configuration/config.md), the `audit_config` section, and specify in it one of the stream destinations (`file_backend`, `unified_agent_backend`, `stderr_backend`) or their combination:
```yaml
audit_config:
@@ -59,7 +59,7 @@ audit_config:
unified_agent_backend:
format: audit_log_format
log_name: session_meta_log_name
- unified_agent_backend:
+ stderr_backend:
format: audit_log_format
```
diff --git a/ydb/docs/ru/core/cluster/audit-log.md b/ydb/docs/ru/core/cluster/audit-log.md
index d1f13f7b95..3a64844b09 100644
--- a/ydb/docs/ru/core/cluster/audit-log.md
+++ b/ydb/docs/ru/core/cluster/audit-log.md
@@ -49,7 +49,7 @@ _Аудитный лог_ — это поток, который содержит
## Включение аудитного лога {#enabling-audit-log}
-Отправка событий в поток аудитного лога включается целиком для кластера {{ ydb-short-name }}. Для включения необходимо в [конфигурацию кластера](../deploy/configuration/config.md) добавить секцию `audit_config`, указать в ней одно из назначений для потока (`file_backend`, `unified_agent_backend`, `unified_agent_backend`) или их комбинацию:
+Отправка событий в поток аудитного лога включается целиком для кластера {{ ydb-short-name }}. Для включения необходимо в [конфигурацию кластера](../deploy/configuration/config.md) добавить секцию `audit_config`, указать в ней одно из назначений для потока (`file_backend`, `unified_agent_backend`, `stderr_backend`) или их комбинацию:
```yaml
audit_config:
@@ -59,7 +59,7 @@ audit_config:
unified_agent_backend:
format: audit_log_format
log_name: session_meta_log_name
- unified_agent_backend:
+ stderr_backend:
format: audit_log_format
```