aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorandrew-rykov <arykov@ydb.tech>2023-01-10 17:27:53 +0300
committerandrew-rykov <arykov@ydb.tech>2023-01-10 17:27:53 +0300
commitd78878af4c4511e509ba31d6c1832a9f1e52d8ce (patch)
treed0776ac708c8d4cff3a65ca2b159b492a4e37400
parent7e9cd0d757a65e066603131c6d54fb93e68ab5cb (diff)
downloadydb-d78878af4c4511e509ba31d6c1832a9f1e52d8ce.tar.gz
add ua enable
-rw-r--r--ydb/core/protos/config.proto1
1 files changed, 1 insertions, 0 deletions
diff --git a/ydb/core/protos/config.proto b/ydb/core/protos/config.proto
index f9aee298600..78ff00225da 100644
--- a/ydb/core/protos/config.proto
+++ b/ydb/core/protos/config.proto
@@ -1404,6 +1404,7 @@ message TAuditConfig {
optional string AuditFilePath = 1;
optional EFormat Format = 2 [default = JSON];
optional string LogName = 3;
+ optional bool UnifiedAgentEnable = 4 [default = false];
};
message THiveTabletLimit {