From 6870523ee73e80d7cdcf1a7b48e82765285213f1 Mon Sep 17 00:00:00 2001 From: cortex-sr <77968101+cortex-sr@users.noreply.github.com> Date: Tue, 23 Aug 2022 10:16:01 +0100 Subject: [PATCH] Added quotes to the positions filename path --- Grafana/Promtail/Config/promtail-local-config.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Grafana/Promtail/Config/promtail-local-config.yaml b/Grafana/Promtail/Config/promtail-local-config.yaml index 9ccc312..39486b7 100644 --- a/Grafana/Promtail/Config/promtail-local-config.yaml +++ b/Grafana/Promtail/Config/promtail-local-config.yaml @@ -2,7 +2,7 @@ server: disable: true positions: - filename: c:/tmp/positions.yaml # This folder location must be created on disk prior to starting Promtail Windows service. + filename: "c:/tmp/positions.yaml" # This folder location must be created on disk prior to starting Promtail Windows service. clients: - url: https://:@:/loki/api/v1/push # e.g. https://username:password@hostaddress.com:2100/loki/api/v1/push @@ -65,4 +65,4 @@ scrape_configs: - localhost labels: job: flows - __path__: "C:/ProgramData/Cortex/Cortex API Gateway Service/Logs/*.json" # This path must much the location to which logs of the Cortex API Gateway Service are written to. \ No newline at end of file + __path__: "C:/ProgramData/Cortex/Cortex API Gateway Service/Logs/*.json" # This path must much the location to which logs of the Cortex API Gateway Service are written to.