From db9a8d5fcecaf06b794f207612342a799da7d91e Mon Sep 17 00:00:00 2001 From: "Grot (@grafanabot)" <43478413+grafanabot@users.noreply.github.com> Date: Thu, 26 Oct 2023 12:46:46 -0400 Subject: [PATCH] [release-2.9.x] Update _index.md (#11055) Backport 54320f27e3a046fa6e952c26174a37b9d31fd080 from #11052 --- Changed the title from "Prometheus pipeline stages" to "Promtail pipeline stages" **What this PR does / why we need it**: **Which issue(s) this PR fixes**: Fixes # **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](https://github.com/grafana/loki/commit/d10549e3ece02120974929894ee333d07755d213) - [ ] If the change is deprecating or removing a configuration option, update the `deprecated-config.yaml` and `deleted-config.yaml` files respectively in the `tools/deprecated-config-checker` directory. Co-authored-by: steve-caron-grafana <102198987+steve-caron-grafana@users.noreply.github.com> --- docs/sources/send-data/promtail/stages/_index.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/sources/send-data/promtail/stages/_index.md b/docs/sources/send-data/promtail/stages/_index.md index 32689e39d4d3..1530fedd4ad1 100644 --- a/docs/sources/send-data/promtail/stages/_index.md +++ b/docs/sources/send-data/promtail/stages/_index.md @@ -1,5 +1,5 @@ --- -title: Prometheus pipeline stages +title: Promtail pipeline stages menuTitle: Pipeline stages description: Overview of the Promtail pipeline stages. aliases: @@ -7,7 +7,7 @@ aliases: weight: 700 --- -# Prometheus pipeline stages +# Promtail pipeline stages This section is a collection of all stages Promtail supports in a [Pipeline]({{< relref "../pipelines" >}}).