/
maxja
/
OneSTools.EventLog-Vault
Обзор
Документация
Войти
/
maxja
/
OneSTools.EventLog-Vault
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
OneSTools.EventLog.Exporter/appsettings.Development.json
34 строки
833 B
akpaev.e
fixed #23
01 дек 2021, 13:39
01 дек 2021, 13:39
937c90d
Код
Авторство
О чём код?
{ "Logging": { "LogLevel": { "Default": "Debug", "Microsoft": "Warning", "Microsoft.Hosting.Lifetime": "Information" } }, "Exporter": { "StorageType": 2, "LogFolder": "C:\\Users\\akpaev.e.ENTERPRISE\\Desktop\\test", "Portion": 10000, "TimeZone": "Europe/Moscow", "WritingMaxDegreeOfParallelism": 8, "CollectedFactor": 8, "ReadingTimeout": 1, "LoadArchive": false }, "ClickHouse": { "ConnectionString": "Host=192.168.0.93;Port=8123;Database=zup3_united_el;Username=default;password=;" }, "ElasticSearch": { "Nodes": [ { "Host": "http://192.168.0.95:9200", "AuthenticationType": "0" // 0 - None, 1 - Basic, 2 - ApiKey } ], "Index": "test", "Separation": "M", "MaximumRetries": 2, "MaxRetryTimeout": 30 } }