ConfluenceΒΆ
By enabling this toolset, HolmesGPT will be able to fetch confluence pages. This is particularly useful if you store runbooks in Confluence and want Holmes to run investigations using these runbooks. This toolset requires an API key.
ConfigurationΒΆ
holmes:
additionalEnvVars:
- name: CONFLUENCE_USER
value: <Confluence's username>
- name: CONFLUENCE_API_KEY
value: <Confluence's API key>
- name: CONFLUENCE_BASE_URL
value: <Confluence's base URL>
toolsets:
confluence:
enabled: true
Enable this integration
To enable this integration, copy the above example into your Helm values for Robusta (generated_values.yaml
).
After making changes, apply them using Helm:
helm upgrade robusta robusta/robusta --values=generated_values.yaml --set clusterName=<YOUR_CLUSTER_NAME>
CapabilitiesΒΆ
The table below describes the specific capabilities provided by this toolset. HolmesGPT can decide to invoke any of these capabilities when answering questions or investigating issues.
Tool Name |
Description |
---|---|
fetch_confluence_url |
Fetch a page in confluence. Use this to fetch confluence runbooks if they are present before starting your investigation. |