Add the BigPanda Agent to ServiceNow
AI Detection and Response analyzes real-time signals from your monitoring tools, service desk, and external dependencies to detect issues before they affect your business.
The BigPanda agent enables you to view rich context and take triage actions right in ServiceNow.
Install the Update Set
Navigate to System Update Sets > Retrieved Update Sets (
sys_remote_update_set_list.do).Under Related Links, select Import Update Set from XML and uploaded the downloaded file.
Open the uploaded update set, and under Preview Update Set review if there are any errors. If there are any errors select Fix any errors.
Click Commit Update Set.
Configure the JWT signing key
Using a tool such as OpenSSL, generate a 256-bit HMAC shared secret (or use the one provided by BigPanda during onboarding):
openssl rand -hex 32
Change the Application Scope to the BigPanda ADR application
In the navigator, navigate to System OAuth > JWT Keys (
jwt_keystore_aliases.do) and open bigpanda_signing_keyPaste the secret into the Signing Key field
Click Update
Add the BigPanda Agent tab to the Incident form
Change the Application Scope to the Global scope
Open any Incident record
Right-click the form header, then select Configure > Form Layout
Under the dropdown in Form View > Section, select New
Create a new section named "BigPanda Agent"
In Form Layout > Available, scroll to find the new
BigPanda Agentlayout and select to add it to the new sectionSave the form layout
Verify
Reload any incident to validate that the BigPanda Agent tab now appears on the incident, and that the embedded iframe renders.