19 Commits

Author SHA1 Message Date
2f41584c4c chore: Update docs, dockerfiles to use latest versions of promtail&loki (#14728) 2024-11-01 12:33:47 -04:00
ef947ee1be docs: Recommended quickstart changes + Upgrade (#13747)
Co-authored-by: J Stickler <julie.stickler@grafana.com>
2024-08-13 12:22:25 -04:00
7ffe0fb649 fix: temporarily moving from alloy -> alloy dev (#13062)
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.
2024-05-29 11:13:42 +02:00
282e38548c feat: Update getting started demo to Loki 3.0 (#12723)
Co-authored-by: J Stickler <julie.stickler@grafana.com>
2024-04-23 16:40:33 -04:00
425a2d690c fix(docs): broken link in getting started readme (#12736) 2024-04-22 17:15:57 -04:00
b286075428 chore: Update examples to use v13 schema, along with related defaults (#12402)
Co-authored-by: J Stickler <julie.stickler@grafana.com>
2024-03-29 14:57:15 -04:00
4614950064 Update Getting Started topic and graphics (#11350)
**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
2023-12-12 12:00:07 -05:00
695c5b0f83 chore: update examples, docs to use the latest loki version (#10925)
**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)
2023-10-17 13:59:30 +05:30
de9cc69de3 Update configuration examples (#10781)
**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>
2023-10-04 16:05:34 +02:00
1b24d2af9a chore: Missed version updates. (#10676)
**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>
2023-09-22 10:29:13 +03:00
9f7f821194 Update version of loki referenced in docker files to 2.9.0 (#10564)
This PR updates the version of Loki used by our sample Dockerfiles to
the most recent version of 2.9.0.
2023-09-13 09:31:45 -06:00
b5308bbb14 Update docs to 2.8.3 (#10016)
**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>
2023-07-24 10:42:39 +01:00
16a0e572de Update docs 2.8.2 (#9379)
**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`
2023-05-03 13:09:31 +02:00
9dbdcb3fce [loki] Replace deprecated MinIO environment variables (#9244)
**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>
2023-04-26 09:02:49 +01:00
e82885da50 Change loki version in docs for 2.8 release (#8985)
Changes version references in Loki docs for the upcoming release

Also adds a script for diffing metrics when doing a release.
2023-04-03 15:04:07 -06:00
ff7b462973 updated versions to the latest release v2.7.1 (#7940)
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>
2022-12-29 13:03:30 +00:00
1ae1318fce Examples: Add healthckecks in docker example (#7731)
**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
2022-11-23 09:34:01 +01:00
b39e4900ec updated versions to the latest release v2.6.1 (#6703) 2022-07-18 12:15:36 +02:00
c4ebfd3020 Docs: revise getting started guide (#5939)
* 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>
2022-04-28 16:15:46 -04:00