Skip to content

Commit c04a5a7

Browse files
committed
add create alerts
1 parent 964226c commit c04a5a7

File tree

4 files changed

+27
-58
lines changed

4 files changed

+27
-58
lines changed

raw-migrated-files/docs-content/serverless/observability-alerting.md

Lines changed: 0 additions & 30 deletions
This file was deleted.

raw-migrated-files/observability-docs/observability/create-alerts.md

Lines changed: 0 additions & 21 deletions
This file was deleted.

raw-migrated-files/toc.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -221,7 +221,6 @@ toc:
221221
- file: docs-content/serverless/intro.md
222222
- file: docs-content/serverless/observability-add-logs-service-name.md
223223
- file: docs-content/serverless/observability-ai-assistant.md
224-
- file: docs-content/serverless/observability-alerting.md
225224
- file: docs-content/serverless/observability-analyze-hosts.md
226225
- file: docs-content/serverless/observability-apm-act-on-data.md
227226
- file: docs-content/serverless/observability-apm-agents-elastic-apm-agents.md
@@ -501,7 +500,6 @@ toc:
501500
- file: observability-docs/observability/application-logs.md
502501
- file: observability-docs/observability/configure-settings.md
503502
- file: observability-docs/observability/create-alerts-rules.md
504-
- file: observability-docs/observability/create-alerts.md
505503
- file: observability-docs/observability/create-cases.md
506504
- file: observability-docs/observability/custom-threshold-alert.md
507505
- file: observability-docs/observability/explore-logs.md

solutions/observability/incident-management/alerting.md

Lines changed: 27 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,33 @@ mapped_urls:
44
- https://www.elastic.co/guide/en/serverless/current/observability-alerting.html
55
---
66

7-
# Alerting
7+
# Alerting [observability-alerting]
88

9-
% What needs to be done: Align serverless/stateful
9+
Alerting enables you to define *rules*, which detect complex conditions within different apps and trigger actions when those conditions are met. Alerting provides a set of built-in connectors and rules for you to use. This page describes all of these elements and how they operate together.
1010

11-
% Use migrated content from existing pages that map to this page:
1211

13-
% - [ ] ./raw-migrated-files/observability-docs/observability/create-alerts.md
14-
% - [ ] ./raw-migrated-files/docs-content/serverless/observability-alerting.md
12+
## Important concepts [observability-alerting-important-concepts]
13+
14+
Alerting works by running checks on a schedule to detect conditions defined by a rule. You can define rules at different levels (service, environment, transaction) or use custom KQL queries. When a condition is met, the rule tracks it as an *alert* and responds by triggering one or more *actions*.
15+
16+
Actions typically involve interaction with Elastic services or third-party integrations. [Connectors](../../../deploy-manage/manage-connectors.md) enable actions to talk to these services and integrations.
17+
18+
Once you’ve defined your rules, you can monitor any alerts triggered by these rules in real time, with detailed dashboards that help you quickly identify and troubleshoot any issues that may arise. You can also extend your alerts with notifications via services or third-party incident management systems.
19+
20+
21+
## Alerts page [observability-alerting-alerts-page]
22+
23+
On the **Alerts** page, the Alerts table provides a snapshot of alerts occurring within the specified time frame. The table includes the alert status, when it was last updated, the reason for the alert, and more.
24+
25+
:::{image} ../../../images/serverless-observability-alerts-overview.png
26+
:alt: Summary of Alerts
27+
:class: screenshot
28+
:::
29+
30+
You can filter this table by alert status or time period, customize the visible columns, and search for specific alerts (for example, alerts related to a specific service or environment) using KQL. Select **View alert detail** from the **More actions*** menu ![action menu](../../../images/serverless-boxesHorizontal.svg ""), or click the Reason link for any alert to [view alert](../../../solutions/observability/incident-management/view-alerts.md) in detail, and you can then either ***View in app** or **View rule details**.
31+
32+
33+
## Next steps [observability-alerting-next-steps]
34+
35+
* [Create and manage rules](../../../solutions/observability/incident-management/create-manage-rules.md)
36+
* [View alerts](../../../solutions/observability/incident-management/view-alerts.md)

0 commit comments

Comments
 (0)