Setup & Integrations
Observability
Scalyr
the scalyr integration can be configured via resolve's ui or on the resolve satellite prerequisites you will need a scalyr api key to integrate with resolve ai review the official documentation https //app scalyr com/help/api keys 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 resolve ai login to https //app0 resolve ai in the sidebar, select "integrations" select " scalyr " from the list click "add connection" at the top right give the integration a name, e g scalyr main enter the environments as specified in the resolve satellite installation that the integeration will map to e ach environment should be entered in a separate row add your scalyr api key enable sensitive data redaction (optional) 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 create a kubernetes secret create a kubernetes secret of the following form note that the structure of the secret is important secret creation apiversion v1 kind secret type opaque metadata name scalyr resolve token stringdata token "\<your api key>" to apply the secret run apply secret kubectl apply f scalyr resolve token yml 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 integrations scalyronprem type "scalyr" create true secretname "scalyr resolve token" enable sensitive data redaction (optional) append the redactionconfig configuration in the helm values file (e g resolve values yaml ) resolve values yaml integrations scalyronprem type "scalyr" create true secretname "scalyr resolve token" connection redactionconfig enabled true 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 resolve ai's docker hub repository for the helm chart and satellite image apply config to satellite and redeploy helm upgrade install oci //registry 1 docker io/resolveaihq/satellite chart version \<latestchart> values resolve values yaml set image tag=\<latestimage> once your satellite is deployed, we will automatically create an integration instance for you verify your integration status in resolve ai login to https //app0 resolve ai/ 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