/
maxja
/
OneSTools.EventLog-Vault
Обзор
Документация
Войти
/
maxja
/
OneSTools.EventLog-Vault
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
OneSTools.EventLog.Exporter/appsettings.json
45 строк
1023 B
id443
add Vault
29 фев 2024, 23:25
29 фев 2024, 23:25
7bf4853
Код
Авторство
О чём код?
{ "Logging": { "LogLevel": { "Default": "Debug", "Microsoft": "Warning", "Microsoft.Hosting.Lifetime": "Information" } }, "Exporter": { "StorageType": "ClickHouse", "LogFolder": "", "Portion": 10000, "TimeZone": "Europe/Moscow", "WritingMaxDegreeOfParallelism": 1, "CollectedFactor": 3, "ReadingTimeout": 1, "LoadArchive": false, "SkipEventsBeforeDate": "2022-04-01T00:00:00" }, "ClickHouse": { "ConnectionString": "Host=;Port=8123;Username=test;password=;Database=example2;" }, "ElasticSearch": { "Nodes": [ { "Host": "", // address:port "AuthenticationType": "0" // 0 - None, 1 - Basic, 2 - ApiKey } ], "Index": "upp-main-el", // index prefix "Separation": "M", "MaximumRetries": 2, "MaxRetryTimeout": 30 }, "Vault": { "UseVault":"True", "VaultAddr":"", "Path":"", "MountPoint":"", "SecreteId":"", "RoleId":"", "Login":"login", "Password":"password" } }