Alerting. for developers, by developers.
Project description
The open-source alerts management and automation platform
Why Keep? · Getting started · Supported tools and integrations · Docs · Try it out · Website · Report Bug · Slack Community
Keep makes it easy to consolidate all your alerts into a single pane of glass and to orchestrate workflows to automate your end-to-end processes.
Enrich any tool with Datadog Workflow Automation like capabilities.
How does it work?
- Connect your tools: Connect everything from monitoring platforms to databases and ticketing systems.
Connect providers | Receive alerts |
---|---|
- Set up Workflows: Initiate automated workflows in response to alerts or based on custom intervals.
Create and upload workflows |
---|
- Operational efficiency: Automate your alert handling to focus your team's efforts on what really matters.
Why Keep?
- Centralized dashboard: Manage all your alerts across different platforms in a single interface.
- Noise reduction: Deduplicate and correlate alerts to reduce alert fatigue.
- Automation: Trigger workflows for alert enrichment and response.
- Developer-first: Keep is API-first and lets you manage your workflows as code.
- Works with every tool: Plenty of supported providers and more to come.
Workflows
The easiest way of thinking about Workflow in Keep is GitHub Actions. At its core, a Workflow in Keep is a declarative YAML file, composed of triggers, steps, and actions and serves to manage, enrich, and automate responses to alerts:
workflow:
id: most-basic-keep-workflow
description: send a slack message when a cloudwatch alarm is triggered
# workflow triggers - supports alerts, interval, and manual triggers
triggers:
- type: alert
filters:
- key: source
value: cloudwatch
- type: manual
# list of steps that can add context to your alert
steps:
- name: enrich-alert-with-more-data-from-a-database
provider:
type: bigquery
config: "{{ providers.bigquery-prod }}"
with:
query: "SELECT customer_id, customer_type as date FROM `customers_prod` LIMIT 1"
# list of actions that can automate response and do things with your alert
actions:
- name: trigger-slack
provider:
type: slack
config: " {{ providers.slack-prod }} "
with:
message: "Got alarm from aws cloudwatch! {{ alert.name }}"
Workflow triggers can either be executed manually when an alert is activated or run at predefined intervals. More examples can be found here.
Supported Providers
Missing any? Just submit a new provider issue and we will add it in the blink of an eye.
Observability tools
Databases and data warehouses
Communication platforms
Incident Management tools
Ticketing tools
Getting Started
Overview
Keep composed of three main components:
- Keep UI - A NextJS app to connect your providers, centralize alerts and create the workflows.
- Keep Backend - A FastAPI server that implements the business logic behind Keep, including integrating with the tools, working with alerts and scheduling and running the workflows.
- Keep CLI - A CLI that lets you control and manage Keep via CLI.
Disclaimer: we use PostHog to collect anonymous telemetries to better learn how users use Keep (masked screen recordings for CLI commands) To turn PostHog off, set the
DISABLE_POSTHOG=true
environment variable and remove theNEXT_PUBLIC_POSTHOG_KEY
environment variable.
Quickstart
Spinning up Keep with docker-compose
The easiest way to start with Keep is to run it via docker-compose:
wget -O docker-compose.yml https://raw.githubusercontent.com/keephq/keep/main/docker-compose.yml
docker-compose -f docker-compose.yml up
The UI is now available at http://localhost:3000 and the backend is available at http://localhost:8080.
Local development
You can also start Keep within your favorite IDE, e.g. VSCode
Wanna get Keep up and running in production? Go through our detailed development guide
🫵 Keepers
Thank you for contributing and continuously making Keep better, you're awesome 🫶
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file keephq-0.2.7.tar.gz
.
File metadata
- Download URL: keephq-0.2.7.tar.gz
- Upload date:
- Size: 169.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.4.2 CPython/3.11.2 Darwin/22.6.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 3d88b09912cbf287156e073bc278aefbdcf06547e390c2424a27390baa604387 |
|
MD5 | 2c78f1ef0221b67b6d1f9fd44cdaf3b5 |
|
BLAKE2b-256 | 3e0b22fa5c7478354744b91bd87adbf22a16719fc5ba1d1bb1b077f41eb6ef11 |
File details
Details for the file keephq-0.2.7-py3-none-any.whl
.
File metadata
- Download URL: keephq-0.2.7-py3-none-any.whl
- Upload date:
- Size: 242.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.4.2 CPython/3.11.2 Darwin/22.6.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | e55bd87193af336c001a70ed3285189e06bce2feb16cce4380755ec88e8ba178 |
|
MD5 | 98db66fe4e6b7e3ada6eb9dfddff87fb |
|
BLAKE2b-256 | a3c9dd3e4e5011c93e28c8baa1bf57f8b90a8d9f0c44d25345f8ab5c9b3dabcd |