﻿---
title: Review rule execution history in the experimental alerting system
description: Use the Execution History page in the experimental alerting system to monitor rule execution outcomes across all rules in a space.
url: https://docs-v3-preview.elastic.dev/elastic/docs-content/pull/7410/explore-analyze/alerting/experimental-alerting-system/rules/review-rule-execution-history
products:
  - Kibana
applies_to:
  - Elastic Cloud Serverless: Experimental
  - Elastic Stack: Planned
---

# Review rule execution history in the experimental alerting system
Rule execution history gives you a cross-rule, filterable log of every rule run in the space, so you can confirm rules are running on schedule or spot patterns that aren't visible when looking at individual rules, such as a cluster of failures at the same timestamp that points to a shared dependency issue.
Go to **Execution history** in the navigation menu or [global search](https://docs-v3-preview.elastic.dev/elastic/docs-content/pull/7410/explore-analyze/find-and-organize/find-apps-and-objects), then select the **Rules** tab, which lists the following for each rule evaluation:

| Column        | Description                                                                                                      |
|---------------|------------------------------------------------------------------------------------------------------------------|
| **Timestamp** | When the rule execution ran.                                                                                     |
| **Rule**      | The rule that ran. Selecting the rule name opens a summary so you can inspect the rule without leaving the page. |
| **Duration**  | How long the execution took.                                                                                     |
| **Response**  | The outcome of the run. Can be `success` or `failure`.                                                           |
| **Message**   | An optional message included with the execution result, typically an error description for failed runs.          |

Use the outcome filter to view only successful or failed executions. Filtering is applied server-side. Results are paginated up to 100 per page. You can page through up to 10,000 records.

## Related pages

- [Review action policy execution history](https://docs-v3-preview.elastic.dev/elastic/docs-content/pull/7410/explore-analyze/alerting/experimental-alerting-system/action-policies/review-action-policy-execution-history): Monitor dispatcher outcomes for the notifications a rule's alert episodes trigger.
- [View and manage rules](https://docs-v3-preview.elastic.dev/elastic/docs-content/pull/7410/explore-analyze/alerting/experimental-alerting-system/rules/view-manage-rules): Find the rule behind a specific execution and inspect or edit it.
- [Rule events](https://docs-v3-preview.elastic.dev/elastic/docs-content/pull/7410/explore-analyze/alerting/experimental-alerting-system/rules/rule-event-field-reference): Understand the underlying `.rule-events` documents each execution writes.