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 Atlassian API Key.
Configuration¶
Set the following environment variables and the Confluence toolset will be automatically enabled:
export CONFLUENCE_USER="<Confluence username>"
export CONFLUENCE_API_KEY="<Confluence API key>"
export CONFLUENCE_BASE_URL="<Confluence base URL>"
To test, run:
After making changes to your configuration, run:
Capabilities¶
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. |