Kolide to JSM Assets

Kolide to JSM Assets

Import list of people from Kolide to JSM Assets.

Configure the connection to Kolide by going to OnLink (Manage your apps) - Connections. Then click on Add System and select “Other Data Sources” option in the connection screen. Here you can set the API URL and API Key from Kolide. See this document for reference: Kolide API Overview

Once connection is established, please review instructions here to get started with setting up an Assets import configuration. You can then access OnLink app from the “Manage your apps” menu to further configure and set the field level mapping. Here’s an example mapping configuration:

key:id=id map:name=Full Name map:email=Email config:api=people

Here’s a breakdown of some of the mapping configuration items:

Key or Map

Description

Key or Map

Description

key:id=id

The keyword “key” refers to using id as a unique identifier. This allows OnLink to update the record. “id” is a text attribute.

map:name=Full Name

Maps name to Full Name text attribute

map:email=Email

Maps email to Email text attribute

config:api=people

Use this config to pull list of people

config:api=people

Any fields from this API can be included.

OnLink processes data in two steps - Get Data and Import Data. To manually test, you can click on Get Data first and then wait until you see “No more pending records. Data will be imported on next Import run.” message in Job Logs. Then, click on Import. Production runs are fully automated based on the schedule you choose.

image-20240318-045922.png