Folders and files Name Name Last commit message
Last commit date
parent directory
View all files
Custom Integration: Sumo Logic
HTTP Source URL configured in Sumo Logic.
This should be the endpoint URL where runZero will send asset data.
Example format: https://<your-instance>.sumologic.com/receiver/v1/http/<unique-token>.
Create an HTTP Source in your Sumo Logic account:
Navigate to Manage Data > Collection > HTTP Sources in Sumo Logic.
Follow the instructions to create an HTTP Source and note down the generated endpoint URL.
Replace <UPDATE_ME> in the script with your Sumo Logic HTTP Source URL.
(OPTIONAL) - Make any necessary changes to the script to align with your environment.
Modify the SEARCH variable to adjust the query used to filter assets in runZero.
Create the Credential for the Custom Integration .
Select the type Custom Integration Script Secrets.
Use the access_secret field for your runZero API Export Token.
For access_key, input a placeholder value like foo (unused in this integration).
Create the Custom Integration .
Add a Name and Icon for the integration (e.g., "sumo-logic-export").
Toggle Enable custom integration script to input the finalized script.
Click Validate to ensure it has valid syntax.
Click Save to create the Custom Integration.
Create the Custom Integration task .
Select the Credential and Custom Integration created in steps 2 and 3.
Update the task schedule to recur at the desired timeframes.
Select the Explorer you'd like the Custom Integration to run from.
Click Save to kick off the first task.
You will see the task kick off on the tasks page like any other integration.
The task will retrieve asset data from runZero and upload it to your configured Sumo Logic HTTP Source.
Asset data in Sumo Logic will be updated with each successful task execution.
Ensure the SEARCH variable in the script is customized to meet your asset filtering needs (e.g., alive:t to include only live assets).
You can monitor the ingestion of data in Sumo Logic through the configured HTTP Source logs.
Use Sumo Logic’s query tools to analyze and visualize the runZero asset data.
You can’t perform that action at this time.