Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
19 changes: 2 additions & 17 deletions docs/configuration/exporting/send-alerts-api.rst
Original file line number Diff line number Diff line change
@@ -1,24 +1,12 @@
Send Alerts API
===============

Why Send Your Alerts to Robusta?
---------------------------------

Benefits include:

* Persistent alert history on a filterable timeline
* Centralized view of alerts from all your monitoring systems (multiple Prometheus instances, cloud services, custom tools)
* AI investigation of alerts
* Correlations between alerts and Kubernetes deploys
* and more!

.. image:: /images/robusta-ui-timeline.png
:alt: Prometheus Alert History
Send alerts to Robusta to have HolmesGPT automatically run an AI-powered root cause analysis on each one. HolmesGPT investigates the alert against your live cluster state, logs, metrics, and connected data sources, then attaches its findings to help accelerate triage.

Integration Methods
-------------------

There are two main ways to send alerts to Robusta:
There are two main ways to send alerts to Robusta for HolmesGPT to investigate:

1. **Pre-built Integrations**: Use our existing integrations for AlertManager, Nagios, SolarWinds, and other monitoring systems. See :doc:`Send Alerts <../index>`.

Expand All @@ -27,9 +15,6 @@ There are two main ways to send alerts to Robusta:
Send Alerts API
---------------

.. note::
This API is available with the Robusta SaaS platform and self-hosted commercial plans. It is not available in the open-source version.

Use this endpoint to send alert data to Robusta. You can send up to 1000 alerts in a single request.

.. _send-alerts-api:
Expand Down
Loading