-
Notifications
You must be signed in to change notification settings - Fork 792
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Co-authored-by: Tal <[email protected]> Co-authored-by: Shahar Glazner <[email protected]>
- Loading branch information
1 parent
049dd00
commit 64c806d
Showing
6 changed files
with
32 additions
and
32 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,26 +1,26 @@ | ||
--- | ||
title: "Introduction" | ||
description: "Keep is an open-source alert management and automation tool that provides everything you need to create and manage alerts effectively." | ||
description: "Keep is an open-source alert management and automation tool that provides everything you need to collect, enrich and manange alerts effectively." | ||
--- | ||
<Note>Start using Keep by logging in to the [platform](https://platform.keephq.dev).</Note> | ||
<Note> You can start using Keep by logging in to the [platform](https://platform.keephq.dev).</Note> | ||
|
||
## What's alert? | ||
## What's an alert? | ||
|
||
An alert is an event that is triggered when something undesirable occurs or is about to occur. | ||
It is usually triggered by monitoring tools such as Prometheus, Grafana, or CloudWatch, and in some cases, proprietary tools. | ||
It is usually triggered by monitoring tools such as Prometheus, Grafana, or CloudWatch, and some proprietary tools. | ||
|
||
Alerts usually categorized into three different groups: | ||
Alerts are usually categorized into three different groups: | ||
- Infrastructure-related alerts - e.g., a virtual machine consumes more than 99% CPU. | ||
- Application-related alerts - e.g., an endpoint starts returning 5XX status codes. | ||
- Business-related alerts - e.g., a drop in the number of sign-ins or purchases. | ||
|
||
## What problem does Keep solve? | ||
Keep helps with every step of the alert lifecycle: | ||
1. Maintenance - Keep integrates with your tools, allowing you to manage all of your alerts within a single interface. | ||
2. Noise reduction - By integrating with monitoring tools, Keep can deduplicate and correlate alerts to reduce noise in your organization. Rule-based (all distributions), and AI-based (Keep Enterprise only). | ||
3. Automation - [Keep Workflows](/workflows) enable automated alert enrichment and response. | ||
4. Incident Correlation - Automatically assign alerts to incidents, automatic triaging and root cause analysis (Keep Enterprise only). | ||
5. Summarization - Summary of an incident based on past incidents and the knowledge base (Keep Enterprise only). | ||
1. Maintenance - Keep integrates with all of your monitoring tools, allowing you to manage all of your alerts within a single interface. | ||
2. Noise reduction - By integrating with monitoring tools, Keep can deduplicate and correlate alerts to reduce noise in your organization. There are 2 types of deduplication: Rule-based (all distributions), and AI-based (Keep Enterprise only). | ||
3. Automation - [Keep Workflows](/workflows) enables automated alert enrichment and response. | ||
4. Incident Correlation - Automatically assigns alerts to incidents, performs triage, and conducts root cause analysis (Keep Enterprise only). | ||
5. Summarization - Keep summarizes incidents based on past incidents and a knowledge base (Keep Enterprise only). | ||
|
||
## How does Keep integrate with the alerts? | ||
## How does Keep integrate with alerts? | ||
Alerts can either be [pulled](/platform/alerts#pulled-alerts) by Keep or [pushed](/platform/alerts#pushed-alerts) into it. Keep also offers zero-click alert instrumentation through [webhook installation](/platform/providers#webhook-integration). |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters