Skip to content

Commit

Permalink
Update docs/sources/get-started/quick-start.md
Browse files Browse the repository at this point in the history
Co-authored-by: J Stickler <[email protected]>
  • Loading branch information
Jayclifford345 and JStickler authored Aug 6, 2024
1 parent 4aeae4f commit 17aa52b
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions docs/sources/get-started/quick-start.md
Original file line number Diff line number Diff line change
Expand Up @@ -323,12 +323,12 @@ In this example, the Loki data source is already configured in Grafana. This can
/run.sh
```
Within the entrypoint section, the Loki data source is configured with the following details:
- Name: Loki (name of the data source)
- Type: loki (type of data source)
- Access: proxy (access type)
- URL: http://gateway:3100 (URL of the Loki data source. Loki uses a nginx gateway to direct traffic to the appropriate component)
- jsonData: httpHeaderName1: "X-Scope-OrgID" (header name for the organization ID)
- secureJsonData: httpHeaderValue1: "tenant1" (header value for the organization ID)
- `Name: Loki` (name of the data source)
- `Type: loki` (type of data source)
- `Access: proxy` (access type)
- `URL: http://gateway:3100` (URL of the Loki data source. Loki uses an nginx gateway to direct traffic to the appropriate component)
- `jsonData.httpHeaderName1: "X-Scope-OrgID"` (header name for the organization ID)
- `secureJsonData.httpHeaderValue1: "tenant1"` (header value for the organization ID)
It is important to note when Loki is configured in any other mode other than monolithic deployment, a tenant ID is required to be passed in the header. Without this, queries will return an authorization error.
Expand Down

0 comments on commit 17aa52b

Please sign in to comment.