Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions Grafana/Promtail/Config/promtail-local-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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://<username>:<password>@<loki host address>:<loki reverse proxy port>/loki/api/v1/push # e.g. https://username:password@hostaddress.com:2100/loki/api/v1/push
Expand Down Expand Up @@ -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.
__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.