You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Link data sources to holmesgpt.dev, update signup link and Classic wording
- Replace inline data source lists with link to holmesgpt.dev/data-sources/
- Point "Get started" to platform.robusta.dev/signup instead of install ref
- Soften Robusta Classic wording to "can be installed as part of"
https://claude.ai/code/session_0184fwhrjC4ELrYQBMCbyhfS
Copy file name to clipboardExpand all lines: docs/how-it-works/architecture.rst
+4-6Lines changed: 4 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -14,7 +14,7 @@ Agent (In-Cluster)
14
14
15
15
The Robusta Agent runs inside your Kubernetes cluster. It includes HolmesGPT and is responsible for:
16
16
17
-
- Fetching data from external data sources (Prometheus, Datadog, AWS, Grafana, Jira, and more)
17
+
- Fetching data from external `data sources <https://holmesgpt.dev/data-sources/>`_
18
18
- Optional: for customers troubleshooting issues on Kubernetes itself, track new deploys and changes to Kubernetes and query Kubernetes events
19
19
20
20
The Agent keeps your data secure — it fetches data from your data sources directly, so there is no direct connection from the Robusta Platform to your data sources.
@@ -34,9 +34,7 @@ The Platform receives investigation results from HolmesGPT and provides:
34
34
Data Sources
35
35
^^^^^^^^^^^^^
36
36
37
-
HolmesGPT integrates with a wide range of data sources in your environment to gather evidence during investigations:
38
-
39
-
- Prometheus, Datadog, AWS, Grafana, Jira, and more
37
+
HolmesGPT integrates with a wide range of `data sources <https://holmesgpt.dev/data-sources/>`_ in your environment to gather evidence during investigations.
40
38
41
39
All data source connections are made by the Agent within your environment. The Robusta Platform never connects to your data sources directly.
42
40
@@ -51,7 +49,7 @@ Security & Networking
51
49
Next Steps
52
50
^^^^^^^^^^
53
51
54
-
:ref:`Ready to install Robusta? Get started. <install>`
52
+
`Ready to install Robusta? Get started. <https://platform.robusta.dev/signup>`_
55
53
56
54
.. _Robusta Classic:
57
55
@@ -62,4 +60,4 @@ A Note on Robusta Classic
62
60
63
61
You may see references to "Robusta Classic" in parts of this documentation. Robusta Classic is the original open source alert engine that provides deterministic, rule-based enrichment using configurable playbooks — automatically attaching pod logs, resource state, and related events to alerts before routing them to Slack, Teams, PagerDuty, and :doc:`other notification channels <../configuration/configuring-sinks>`.
64
62
65
-
Robusta Classic is still included in the Agent and runs alongside HolmesGPT.
63
+
Robusta Classic can be installed as part of the Agent and runs alongside HolmesGPT, if you like.
Copy file name to clipboardExpand all lines: docs/index.rst
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -66,7 +66,7 @@
66
66
Welcome to Robusta
67
67
====================
68
68
69
-
Robusta is an AI-powered SRE agent that automatically investigates alerts and finds root causes. It is built on `HolmesGPT <https://github.com/robusta-dev/holmesGPT>`_, an open source AI agent that pulls evidence from your existing data sources — Prometheus, Datadog, AWS, Grafana, Jira, and more — and uses LLMs to pinpoint what went wrong.
69
+
Robusta is an AI-powered SRE agent that automatically investigates alerts and finds root causes. It is built on `HolmesGPT <https://github.com/robusta-dev/holmesGPT>`_, an open source AI agent that pulls evidence from your existing `data sources <https://holmesgpt.dev/data-sources/>`_ and uses LLMs to pinpoint what went wrong.
0 commit comments