---
title: "Creating Alarms in Elastic"
slug: "creating-alarms-in-elastic-1"
updated: 2025-04-14T14:36:35Z
published: 2025-04-14T14:36:35Z
canonical: "kb.expedient.com/creating-alarms-in-elastic-1"
stale: true
---

> ## Documentation Index
> Fetch the complete documentation index at: https://kb.expedient.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Creating Alarms in Elastic

Alerting is configured and managed from the Kibana Management UI and provides a set of built-in rule types and connectors. Alerting allows the user to detect conditions defined by a rule. When that condition is met, the alert is created and triggers any actions configured within the rule.

In most cases, rules will be based on log, metric, and monitoring thresholds.

- Log threshold - Create alarms based on conditions met from the Logs app. Alerts can be created from Observability > Logs
- Metric Threshold - Create alarms based on what is listed on the Metrics Explorer page with the Metric app, Observability > Metrics
- Monitoring Threshold - Create alarms based on uptime. Observability > Uptime

For example, to create a monitoring alarm for an existing URL monitored with Uptime

1. Navigate to the Uptime app: Observability > Uptime
2. At the top of the page, click Alerts and rules > Create rule > Monitor status rule

![](https://cdn.document360.io/69e9f9c7-5da8-45e7-a671-4b8287f36122/Images/Documentation/image2021-9-14_16-11-0.png)

3. If multiple http monitors exist, and want add a filter using KQL syntax, you can use the monitor.name field and provide the name of the uptime monitor

![](https://cdn.document360.io/69e9f9c7-5da8-45e7-a671-4b8287f36122/Images/Documentation/image2021-9-14_16-20-31.png)

4. Update the Status Check by clicking on the conditions and selecting the values best suitable for this alarm

![](https://cdn.document360.io/69e9f9c7-5da8-45e7-a671-4b8287f36122/Images/Documentation/image2021-9-14_16-20-2.png)

5. Configure Actions with the supported built-in integrations.

![](https://cdn.document360.io/69e9f9c7-5da8-45e7-a671-4b8287f36122/Images/Documentation/image2021-9-14_16-26-34.png)
