Setup & Integrations
Integrations
Sumologic
the sumologic integration can be configured via resolve's ui or on the docid\ wz7kwu9ndpq wwg5kinyc private network access? if your sumo logic instance requires private network access, you can use the docid\ wz7kwu9ndpq wwg5kinyc to securely proxy queries see the /#connect via satellite section below prerequisite you will need a sumologic api endpoint your api endpoint depends on your sumologic deployment https //help sumologic com/docs/api/getting started/#sumo logic endpoints by deployment and firewall security you also need a sumologic access id and access key follow the instructions from the official sumologic documentation for how to generate them https //help sumologic com/docs/manage/security/access keys/#create an access key ensure that at least the following scopes are granted to the token run log search, run metric search, view monitors ensure you copy and save the access id and access key to enter it in the resolve ui setup the sumologic integration in resolve ai login to https //app0 resolve ai in the sidebar, select "integrations" select " sumologic " from the list click "add connection" at the top right give the integration a name, e g sumologic main 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 put the api endpoint , access id and access key from the previous step select your sumologic api endpoint from the dropdown click "save" connect via satellite if your sumo logic instance requires private network access, use the docid\ wz7kwu9ndpq wwg5kinyc to securely proxy queries prerequisite the resolve satellite should already be installed in your environment see docid\ wz7kwu9ndpq wwg5kinyc for installation instructions 1\ create kubernetes secret create a kubernetes secret containing your sumo logic credentials secret creation apiversion v1 kind secret type opaque metadata name sumologic resolve credentials stringdata accessid "\<your sumo logic access id>" accesskey "\<your sumo logic access key>" apply the secret apply secret kubectl apply f sumologic resolve credentials yml 2\ update values file add the sumo logic integration to your resolve values yaml resolve values yaml integrations sumologiconprem type sumologic create true secretname "sumologic resolve credentials" connection url "https //api us2 sumologic com" # your sumo logic api endpoint 3\ apply changes update the satellite with the new configuration helm upgrade install resolve satellite \\ oci //registry 1 docker io/resolveaihq/satellite chart \\ \ values resolve values yaml 4\ verify integration open the https //app0 resolve ai/integrations/sumologic page in resolve to verify the connection