From 9f42e3426ac550274d2877b5567e7a5e426967bc Mon Sep 17 00:00:00 2001 From: "grafana-delivery-bot[bot]" <132647405+grafana-delivery-bot[bot]@users.noreply.github.com> Date: Tue, 16 Dec 2025 10:18:55 -0600 Subject: [PATCH] [release-12.3.1] alerting docs: restore config feature toggle info (#115376) alerting docs: restore config feature toggle info (#114056) * alerting docs: restore config feature toggle info * Update docs/sources/alerting/set-up/configure-alert-state-history/index.md --------- (cherry picked from commit eec4722372e3163dfcf21ccf72d63d0011fc18d3) Co-authored-by: Johnny Kartheiser <140559259+JohnnyK-Grafana@users.noreply.github.com> Co-authored-by: Alexander Akhmetov --- .../alerting/set-up/configure-alert-state-history/index.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/sources/alerting/set-up/configure-alert-state-history/index.md b/docs/sources/alerting/set-up/configure-alert-state-history/index.md index 6ab7f817d92..dfb476b69ef 100644 --- a/docs/sources/alerting/set-up/configure-alert-state-history/index.md +++ b/docs/sources/alerting/set-up/configure-alert-state-history/index.md @@ -62,6 +62,9 @@ The following steps describe a basic configuration: # The URL of the Loki server loki_remote_url = http://localhost:3100 + + [feature_toggles] + enable = alertingCentralAlertHistory ``` 1. **Configure the Loki data source in Grafana**