﻿---
title: Re-notify for persistently active episodes in the experimental alerting system
description: How to configure action policies to re-notify when an alert episode stays active without a status change in the experimental alerting system.
url: https://docs-v3-preview.elastic.dev/elastic/docs-content/pull/6525/explore-analyze/alerting/kibana-alerting-experimental/action-policies/re-notification
products:
  - Kibana
applies_to:
  - Elastic Cloud Serverless: Experimental
  - Elastic Stack: Planned
---

# Re-notify for persistently active episodes in the experimental alerting system
The `On status change` frequency option notifies once for each status transition, for example when an episode activates or resolves. This is efficient for reducing noise from rules in the experimental alerting system, but a persistently active episode that only changes in severity doesn't re-trigger a notification.
To re-notify for episodes that stay active without a status change, use a time-based throttle.
- **`At most once every…`** Re-notifies after the configured interval regardless of whether severity or status changed. Setting this to `1h` sends a follow-up notification every hour while the episode remains active and matched.
- **`On status change + repeat at interval`** Notifies on status change and then repeats at the configured interval while the episode stays in the same status.

In this example, you want to be re-paged if a critical episode stays open for more than an hour. Set the action policy frequency to `At most once every 1h`. The action policy fires when the episode first matches and then again each hour until the episode resolves or no longer matches.

| Field                | Value                     |
|----------------------|---------------------------|
| **Match conditions** | `severity: "critical"`    |
| **Notify per**       | Episode                   |
| **Frequency**        | At most once every 1 hour |
| **Destinations**     | PagerDuty workflow        |


## Related pages

- [Manage severity escalation notifications](https://docs-v3-preview.elastic.dev/elastic/docs-content/pull/6525/explore-analyze/alerting/kibana-alerting-experimental/action-policies/severity-escalation): Understand how severity changes interact with action policy matching.
- [Action policy reference](https://docs-v3-preview.elastic.dev/elastic/docs-content/pull/6525/explore-analyze/alerting/kibana-alerting-experimental/action-policies/action-policy-reference): Look up all frequency options.
- [Create and configure an action policy](https://docs-v3-preview.elastic.dev/elastic/docs-content/pull/6525/explore-analyze/alerting/kibana-alerting-experimental/action-policies/create-configure-action-policy): Apply the frequency settings described on this page.