From 93d9bbf5ab8364ecba7068ccb72df9afb83c844c Mon Sep 17 00:00:00 2001 From: friedrich goerz Date: Fri, 22 Apr 2022 14:07:48 +0200 Subject: [PATCH] DEV-386: bugfixed appsetting.yaml --- files/appsettings.yaml | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/files/appsettings.yaml b/files/appsettings.yaml index 83ee7cf..19e97a5 100644 --- a/files/appsettings.yaml +++ b/files/appsettings.yaml @@ -5,11 +5,12 @@ serilog: exporter: elasticsearch: connection: - static-cluster-connection-config: - url: - - https://dev-elastic-stack-elastic-01:9200 - - https://dev-elastic-stack-elastic-02:9200 - - https://dev-elastic-stack-elastic-03:9200 + static_cluster: + static-cluster-connection-config: + url: + - https://dev-elastic-stack-elastic-01:9200 + - https://dev-elastic-stack-elastic-02:9200 + - https://dev-elastic-stack-elastic-03:9200 query_files: - "/app/queries/query-ssh-root-login.yaml"