Skip to content

Commit b00acf6

Browse files
Apply naming guidelines to Kibana alerting pages
Updates five existing pages to consistently use 'Kibana alerting' as the primary term and add anchor sentences identifying the system: - alerts.md: rename H1, add opening paragraph, add cross-reference to experimental features - alerting-getting-started.md: rename H1, update first sentence - alerting-setup.md: rename H1, add anchor sentence - create-manage-rules.md: rename H1 to include 'Kibana alerting' - view-alerts.md: rename H1 to include 'Kibana alerting', update intro Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent 8f8c4d0 commit b00acf6

5 files changed

Lines changed: 15 additions & 9 deletions

File tree

explore-analyze/alerting/alerts.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,15 @@ products:
1010
- id: kibana
1111
- id: cloud-serverless
1212
- id: cloud-hosted
13+
description: "Overview of Kibana alerting: rules, alerts, actions, connectors, and how they work together."
1314
---
1415

15-
# Alerts
16+
# Kibana alerting [alerts]
17+
18+
Kibana alerting is the built-in alerting system in {{kib}}. It lets you define rules that check your data on a schedule, create alerts when conditions are met, and trigger actions through connectors (email, Slack, webhooks, and more). It is available on all deployments.
19+
<!-- TODO: Uncomment when PR #6521 (experimental overview) is merged:
20+
For the experimental alerting features built on {{esql}}, refer to [Experimental alerting features](kibana-alerting-experimental.md).
21+
-->
1622

1723
## {{rules-ui}} [rules]
1824

explore-analyze/alerting/alerts/alerting-getting-started.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,9 @@ products:
1414
- id: elastic-stack
1515
---
1616

17-
# Getting started with alerting [alerting-getting-started]
17+
# Getting started with Kibana alerting [alerting-getting-started]
1818

19-
Alerting enables you to define *rules*, which detect complex conditions within different {{kib}} apps and trigger actions when those conditions are met. Alerting is integrated with [**{{observability}}**](../../../solutions/observability/incident-management/alerting.md), [**Security**](detection-rules://index.md), [**Maps**](geo-alerting.md) and [**{{ml-app}}**](../../../explore-analyze/machine-learning/anomaly-detection/ml-configuring-alerts.md). It can be centrally managed from **{{stack-manage-app}}** and provides a set of built-in [connectors](../../../deploy-manage/manage-connectors.md) and [rules](rule-types.md#stack-rules) for you to use.
19+
Kibana alerting is the built-in alerting system in {{kib}}. It enables you to define *rules*, which detect complex conditions within different {{kib}} apps and trigger actions when those conditions are met. Alerting is integrated with [**{{observability}}**](../../../solutions/observability/incident-management/alerting.md), [**Security**](detection-rules://index.md), [**Maps**](geo-alerting.md) and [**{{ml-app}}**](../../../explore-analyze/machine-learning/anomaly-detection/ml-configuring-alerts.md). It can be centrally managed from **{{stack-manage-app}}** and provides a set of built-in [connectors](../../../deploy-manage/manage-connectors.md) and [rules](rule-types.md#stack-rules) for you to use.
2020

2121
:::{image} /explore-analyze/images/kibana-alerting-overview.png
2222
:alt: {{rules-ui}} UI

explore-analyze/alerting/alerts/alerting-setup.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@ products:
99
- id: kibana
1010
---
1111

12-
# Set up [alerting-setup]
12+
# Set up Kibana alerting [alerting-setup]
1313

14-
{{kib}} {{alert-features}} are automatically enabled, but might require some additional configuration.
14+
Kibana alerting is the built-in alerting system in {{kib}}. {{alert-features}} are automatically enabled, but might require some additional configuration.
1515

1616
## Prerequisites [alerting-prerequisites]
1717

explore-analyze/alerting/alerts/create-manage-rules.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@ products:
99
- id: kibana
1010
---
1111

12-
# Create and manage alerting rules with {{kib}} [create-and-manage-rules]
12+
# Create and manage Kibana alerting rules [create-and-manage-rules]
1313

14-
The **{{stack-manage-app}}** > **{{rules-ui}}** UI provides a cross-app view of alerting. Different {{kib}} apps like [**{{observability}}**](../../../solutions/observability/incident-management/alerting.md), [**Security**](detection-rules://index.md), [**Maps**](geo-alerting.md) and [**{{ml-app}}**](../../machine-learning/machine-learning-in-kibana.md) can offer their own rules.
14+
The **{{stack-manage-app}}** > **{{rules-ui}}** UI provides a cross-app view of Kibana alerting. Different {{kib}} apps like [**{{observability}}**](../../../solutions/observability/incident-management/alerting.md), [**Security**](detection-rules://index.md), [**Maps**](geo-alerting.md) and [**{{ml-app}}**](../../machine-learning/machine-learning-in-kibana.md) can offer their own rules.
1515

1616
You can find **Rules** in **Stack Management** > **Alerts and insights** > **Rules** in {{kib}} or by using the [global search field](/explore-analyze/find-and-organize/find-apps-and-objects.md).
1717

explore-analyze/alerting/alerts/view-alerts.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@ products:
99
- id: kibana
1010
---
1111

12-
# View and manage alerts in {{kib}} [view-alerts]
12+
# View and manage Kibana alerting alerts [view-alerts]
1313

14-
When the conditions of a rule are met, it creates an alert. If the rule has actions, they run at the defined frequency. For example, the rule can send email notifications for each alert at a custom interval. For an introduction to the concepts of rules, alerts, and actions, refer to [Alerting](../alerts.md).
14+
Kibana alerting creates an alert when the conditions of a rule are met. If the rule has actions, they run at the defined frequency. For example, the rule can send email notifications for each alert at a custom interval. For an introduction to the concepts of rules, alerts, and actions, refer to [Kibana alerting](../alerts.md).
1515

1616
Manage alerts from the following places:
1717

0 commit comments

Comments
 (0)