SlabΒΆ

By enabling this toolset, HolmesGPT will be able to consult runbooks from Slab pages. Retrieve your Slab API token prior to configuring this toolset.

ConfigurationΒΆ

holmes:
    additionalEnvVars:
        - name: SLAB_API_KEY
          value: <your slab API key>
    toolsets:
        slab:
            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_slab_document

Fetch a document from slab. Use this to fetch runbooks if they are present before starting your investigation.