There is currently a bug within version 1.1.0 of Alloy which causes are getting started demo to fail. 1.20 fixes this but is currently in public preview on dev.
**What this PR does / why we need it**:
**Which issue(s) this PR fixes**:
Final PR to complete fixes#9228
**Special notes for your reviewer**:
Updates Getting Started topic to be a general overview, links to Grafana
topics, and Agent configuration file.
Adds new Quick Start topic for running Loki Docker compose file locally
that includes working sample queries.
Adds three new graphics
Removes two unused graphics
**What this PR does / why we need it**:
- run ./tools/release_update_tags.sh to use v2.9.2
- also updates the release security patch docs to include version
upgrade step
**Which issue(s) this PR fixes**:
Fixes #<issue number>
**Special notes for your reviewer**:
**Checklist**
- [ ] Reviewed the
[`CONTRIBUTING.md`](https://github.com/grafana/loki/blob/main/CONTRIBUTING.md)
guide (**required**)
- [ ] Documentation added
- [ ] Tests updated
- [ ] `CHANGELOG.md` updated
- [ ] If the change is worth mentioning in the release notes, add
`add-to-release-notes` label
- [ ] Changes that require user attention or interaction to upgrade are
documented in `docs/sources/setup/upgrade/_index.md`
- [ ] For Helm chart changes bump the Helm chart version in
`production/helm/loki/Chart.yaml` and update
`production/helm/loki/CHANGELOG.md` and
`production/helm/loki/README.md`. [Example
PR](d10549e3ec)
**What this PR does / why we need it**:
This PR updates the set of configuration examples.
There are snippets for some deprecated configs. We are considering
moving those deprecated examples to a separate section with a follow-up
PR.
---------
Co-authored-by: Ashwanth <iamashwanth@gmail.com>
**What this PR does / why we need it**:
```
LOKI_NEW_VERSION=2.9.1 ./tools/release_update_tags.sh
```
This script was introduced as the part of release docs PR.
https://github.com/grafana/loki/pull/10646
**Which issue(s) this PR fixes**:
Fixes #<issue number>
**Special notes for your reviewer**:
**Checklist**
- [x] Reviewed the
[`CONTRIBUTING.md`](https://github.com/grafana/loki/blob/main/CONTRIBUTING.md)
guide (**required**)
- [x] Documentation added
---------
Signed-off-by: Kaviraj <kavirajkanagaraj@gmail.com>
Co-authored-by: Christian Haudum <christian.haudum@gmail.com>
**What this PR does / why we need it**:
Mention the new 2.8.3 release instead of 2.8.2
**Which issue(s) this PR fixes**:
Fixes #<issue number>
**Special notes for your reviewer**:
**Checklist**
- [ ] Reviewed the
[`CONTRIBUTING.md`](https://github.com/grafana/loki/blob/main/CONTRIBUTING.md)
guide (**required**)
- [X] Documentation added
- [ ] Tests updated
- [ ] `CHANGELOG.md` updated
- [ ] If the change is worth mentioning in the release notes, add
`add-to-release-notes` label
- [ ] Changes that require user attention or interaction to upgrade are
documented in `docs/sources/upgrading/_index.md`
- [ ] For Helm chart changes bump the Helm chart version in
`production/helm/loki/Chart.yaml` and update
`production/helm/loki/CHANGELOG.md` and
`production/helm/loki/README.md`. [Example
PR](d10549e3ec)
Signed-off-by: Michel Hollands <michel.hollands@gmail.com>
**What this PR does / why we need it**:
Update docs and changelog with Loki 2.8.2 changes.
**Which issue(s) this PR fixes**:
Fixes #<issue number>
**Special notes for your reviewer**:
**Checklist**
- [ ] Reviewed the
[`CONTRIBUTING.md`](https://github.com/grafana/loki/blob/main/CONTRIBUTING.md)
guide (**required**)
- [ ] Documentation added
- [ ] Tests updated
- [ ] `CHANGELOG.md` updated
- [ ] Changes that require user attention or interaction to upgrade are
documented in `docs/sources/upgrading/_index.md`
**What this PR does / why we need it**:
This PR replaces the deprecated `MINIO_ACCESS_KEY` and
`MINIO_SECRET_KEY` environment variables in the Docker Compose templates
with their new names `MINIO_ROOT_USER` and `MINIO_ROOT_PASSWORD`. This
change has only been applied to the templates which do not have a pinned
MinIO version.
**Which issue(s) this PR fixes**:
Fixes#8702
**Special notes for your reviewer**:
This splits the previous PR #9150 in order to have separate PRs for Loki
and Operator.
**Checklist**
- [x] Reviewed the
[`CONTRIBUTING.md`](https://github.com/grafana/loki/blob/main/CONTRIBUTING.md)
guide (**required**)
- [ ] Documentation added
- [ ] Tests updated
- [ ] `CHANGELOG.md` updated
- [ ] Changes that require user attention or interaction to upgrade are
documented in `docs/sources/upgrading/_index.md`
Co-authored-by: Michel Hollands <42814411+MichelHollands@users.noreply.github.com>
Signed-off-by: irizzant <i.rizzante@gmail.com>
**What this PR does / why we need it**:
This PR updates Loki version to v2.7.1
**Which issue(s) this PR fixes**:
Fixes#7768
Signed-off-by: irizzant <i.rizzante@gmail.com>
**What this PR does / why we need it**:
Adds healthchecks for the loki `docker compose` example, this makes the
getting started example more complete,
and can be now used with the `--wait` command.
**Special notes for your reviewer**:
Use the following commands to test:
```sh
cd examples/getting-started
docker compose up -d --wait
docker compose ps
```
**Checklist**
- [x] Reviewed the `CONTRIBUTING.md` guide
- [x] `CHANGELOG.md` updated
* Revise the getting started section
* Docs: revise getting started guide
* Intermediate commit of getting started material.
* Intermediate revision of the getting started guide.
Add instructions to download, configure, and deploy the test environment.
* Add sample queries and instructions for breaking down the test env
* Revise prose using reviewer comments.
* update to use promtail and flog in the docker compose file
Signed-off-by: Edward Welch <edward.welch@grafana.com>
* Revise guide to put all parts into Docker containers.
* Add README files for examples directory. Revise getting started instructions.
* Address DylanGuedes review comments
* Getting started guide: incorporate suggestions from ssncferreira
Co-authored-by: Edward Welch <edward.welch@grafana.com>