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.