Prerequisites
- You will need a Scalyr API key to integrate with ResolveAI. Review the official documentation: https://app.scalyr.com/help/api-keys
Ensure that at least the following role(s) are granted to the API token: Log Read Access
Option 1: Setup the Scalyr integration in ResolveAI
1
Login to ResolveAI
Login to https://app0.resolve.ai. In the sidebar, select “Integrations”
2
Select Scalyr
Select “Scalyr” from the list. Click “Add Connection” at the top right.
3
Give the integration a name
Give the integration a name, e.g.: Scalyr-Main
4
Enter the environments
Enter the environments as specified in the Resolve Satellite installation that the integeration will map to.Each environment should be entered in a separate row.
5
Add your Scalyr API key
Add your Scalyr API key.
6
Enable sensitive data redaction (Optional)
Enable sensitive data redaction (Optional)

7
Save
Click “Save”.
Option 2: Setup the Scalyr integration through the Resolve Satellite
Below is an example of how to setup the Scalyr integration in the satellite using the k8s secret (potentially backed by an AWS secret manager or another mechanism) for authenticating. The secret format in this example is for a Scalyr API key.1
Create a Kubernetes secret
Create a Kubernetes secret of the following form. Note that the structure of the secret is important.To apply the secret run
secret creation
apply secret
2
Configure your Scalyr API key in the Resolve Satellite
Update your helm values override file with the following information (e.g.: resolve-values.yaml)
resolve-values.yaml
3
Enable sensitive data redaction (Optional)
Enable sensitive data redaction (Optional)Append the
redactionConfig configuration in the helm values file (e.g.: resolve-values.yaml)resolve-values.yaml
4
Apply the satellite values
Install the satellite and apply the values from the yaml file that you have just updated. e.g.: resolve-values.yaml. To find the latest version, visit ResolveAI’s docker hub repository for the helm chart and satellite image.Once your satellite is deployed, we will automatically create an integration instance for you.
apply config to satellite and redeploy
5
Verify your integration status in ResolveAI
Login to https://app0.resolve.ai/. Go to the integrations page and and select “Scalyr”You should see an automatically created integration based on the provided configuration.

