9eb271207d
* Use relative aliases for all non-current Grafana aliases Prevents non-latest documentation "stealing" the page away from latest and through permanent redirects for latest pages that no longer exist. The redirected pages are indexed by search engines but our robots.txt forbids them crawling the non-latest page. Signed-off-by: Jack Baldry <jack.baldry@grafana.com> * Remove all current page aliases find docs/sources -type f -name '*.md' -exec sed -z -i 's#\n *- /docs/grafana/next/[^\n]*\n#\n#' {} \; find docs/sources -type f -name '*.md' -exec sed -z -i 's#\n *- /docs/grafana/latest/[^\n]*\n#\n#' {} \; find docs/sources -type f -name '*.md' -exec sed -Ez -i 's#\n((aliases:\n *-)|aliases:\n)#\n\2#' {} \; Signed-off-by: Jack Baldry <jack.baldry@grafana.com> Signed-off-by: Jack Baldry <jack.baldry@grafana.com>
50 lines
2.2 KiB
Markdown
50 lines
2.2 KiB
Markdown
---
|
|
aliases:
|
|
- ../unified-alerting/alerting-rules/edit-cortex-loki-namespace-group/
|
|
- ../unified-alerting/alerting-rules/edit-mimir-loki-namespace-group/
|
|
description: Edit Grafana Mimir or Loki rule groups and namespaces
|
|
keywords:
|
|
- grafana
|
|
- alerting
|
|
- guide
|
|
- group
|
|
- namespace
|
|
- grafana mimir
|
|
- loki
|
|
title: Grafana Mimir or Loki rule groups and namespaces
|
|
weight: 405
|
|
---
|
|
|
|
# Grafana Mimir or Loki rule groups and namespaces
|
|
|
|
A namespace contains one or more groups. The rules within a group are run sequentially at a regular interval. The default interval is one (1) minute. You can rename Grafana Mimir or Loki rule namespaces and groups, and edit group evaluation intervals.
|
|
|
|

|
|
|
|
{{< figure src="/static/img/docs/alerting/unified/rule-list-edit-mimir-loki-icon-8-2.png" max-width="550px" caption="Alert details" >}}
|
|
|
|
## Rename a namespace
|
|
|
|
To rename a namespace:
|
|
|
|
1. In the Grafana menu, click the **Alerting** (bell) icon to open the Alerting page listing existing alerts.
|
|
1. Find a Grafana Mimir or Loki managed rule with the group that belongs to the namespace you want to edit.
|
|
1. Click the **Edit** (pen) icon.
|
|
1. Enter a new name in the **Namespace** field, then click **Save changes**.
|
|
|
|
A new namespace is created and all groups are copied into this namespace from the old one. The old namespace is deleted.
|
|
|
|
## Rename rule group or change the rule group evaluation interval
|
|
|
|
The rules within a group are run sequentially at a regular interval, the default interval is one (1) minute. You can modify this interval using the following instructions.
|
|
|
|
1. n the Grafana menu, click the **Alerting** (bell) icon to open the Alerting page listing existing alerts.
|
|
1. Find a Grafana Mimir or Loki managed rule with the group you want to edit.
|
|
1. Click **Edit** (pen) icon.
|
|
1. Modify the **Rule group** and **Rule group evaluation interval** information as necessary.
|
|
1. Click **Save changes**.
|
|
|
|
When you rename the group, a new group with all the rules from the old group is created. The old group is deleted.
|
|
|
|

|