Skip to main content

SailPoint

SailPoint is an identity management solution that helps organizations manage employee permissions, digital identities, information security, data access, and compliance. The Sumo Logic app for SailPoint helps you monitor the user events, actions, operations, failed logins, successful logins, and user activities to your applications through SailPoint. This app consists of dashboards that give you visibility into the source deletion, user events, and geo locations of authentication events.

Log types​

The SailPoint Source ingests:

Sample log messages​

{
"org":"sp-ITgrp",
"pod":"stg02-useast1",
"created":"2022-10-05T11:52:42.119Z",
"id":"aa138dc5c4c8dbfdbdb68336ac89730cb9531a0e5bfec876af6630a6f12e4a2e",
"action":"update",
"type":"WORKFLOW",
"actor":"β–Ά"{
"..."
},
"target":"β–Ά"{
"..."
},
"stack":"tpe",
"trackingNumber":"8e2b88914f2d4ffea13c541daeb57952",
"attributes":"β–Ά"{
"..."
},
"objects":"β–Ά"[
"..."
],
"operation":"UPDATE",
"status":"PASSED",
"technicalName":"TASK_SCHEDULE_UPDATE_PASSED",
"name":"Update Task Schedule Passed",
"synced":"2022-10-05T11:52:42.119Z",
"_type":"event",
"_version":"v7"
}
{
"org":"sp-solgrp",
"pod":"stg02-useast1",
"created":"2022-10-05T11:43:02.214Z",
"id":"e554182b1186adbd0e6183701a39c534dc434dce218822dc4817090ddaac2c4c",
"action":"AUTHENTICATION-103",
"type":"AUTH",
"actor":"β–Ά"{
"..."
},
"target":"β–Ά"{
"..."
},
"stack":"oathkeeper",
"trackingNumber":"5624c8b0a8a843adbd979d5de12e3723",
"ipAddress":"177.53.184.122",
"details":"5624c8b0a8a843adbd979d5de12e3723",
"attributes":"β–Ά"{
"..."
},
"objects":"β–Ά"[
"..."
],
"operation":"REQUEST",
"status":"PASSED",
"technicalName":"AUTHENTICATION_REQUEST_PASSED",
"name":"Request Authentication Passed",
"synced":"2022-10-05T11:43:02.214Z",
"_type":"event",
"_version":"v7"
}

Sample queries​

Authentication Event
_sourceCategory=Labs/sailpoint ipAddress
| json field=_raw "created", "type", "technicalName", "status","operation","actor.name", "action", "name", "target.name", "attributes.sourceName" as created, event_type, technical_name_in_search, event_status, operation, user_name, action, event_desc, target_name, source_name
| json "org" as org
| where technical_name_in_search = "AUTHENTICATION_REQUEST_PASSED"
| json field=_raw "ipAddress" as client_ip
| lookup latitude, longitude, country_code, country_name, region, city, postal_code from geo://location on ip = client_ip
| where country_name matches "*" and city matches "*"
| count by latitude, longitude, country_code, country_name, region, city, postal_code
| sort _count
SailPoint Event Type
_sourceCategory=Labs/sailpoint
| json field=_raw "created", "type", "technicalName", "status","operation","actor.name", "action", "name", "target.name", "attributes.sourceName" as created, event_type, technical_name_in_search, event_status, operation, user_name, action, event_desc, target_name, source_name | json "org" as org
| count by event_type
| sort by _count

Set up collection​

Follow the instructions for setting up Cloud-to-Cloud Integration for SailPoint App to create the source and use the same source category while installing the app.

Installing the SailPoint app​

To install the app, do the following:

  1. From the Sumo Logic navigation, select App Catalog.
  2. In the Search Apps field, search for and then select your app.
    Optionally, you can scroll down to preview the dashboards included with the app.
  3. To install the app, click Install App.
  4. Click Next in the Setup Data section.
  5. In the Configure section of the respective app, complete the following fields.
    1. Key. Select either of these options for the data source.
      • Choose Source Category, and select a source category from the list for Default Value.
      • Choose Custom, and enter a custom metadata field. Insert its value in Default Value.
  6. Click Next. You will be redirected to the Preview & Done section.

Your app will be installed in the Installed Apps folder and dashboard panels will start to fill automatically.

Each panel slowly fills with data matching the time range query and received since the panel was created. Results will not immediately be available, updating with full graphs and charts over time.

Viewing SailPoint dashboards​

All dashboards have a set of filters that you can apply to the entire dashboard. Use these filters to drill down and examine the data to a granular level.

  • You can change the time range for a dashboard or panel by selecting a predefined interval from a drop-down list, choosing a recently used time range, or specifying custom dates and times. Learn more.
  • You can use template variables to drill down and examine the data on a granular level. For more information, see Filter with template variables.
  • Most Next-Gen apps allow you to provide the scope at the installation time and are comprised of a key (_sourceCategory by default) and a default value for this key. Based on your input, the app dashboards will be parameterized with a dashboard variable, allowing you to change the dataset queried by all panels. This eliminates the need to create multiple copies of the same dashboard with different queries.

Overview​

The SailPoint - Overview dashboard provides a summary of SailPoint events, actions, operations, event trend analysis, and a summary table for all user events.

overview

Successful Authentications​

The SailPoint - Successful Authentications dashboard provides the details of success logins such as the geolocation, country, state, failed login trends, outlier, and top 10 users.

Successful-Authentications

Failed Authentications​

The SailPoint - Failed Authentications dashboard shows the details of failed logins such as the geolocation, country, state, failed login trends, outlier, and top 10 users.

Failed-Authentications

Security​

The SailPoint - Security dashboard provides a summary of source deletion events in source management operations.

security
Status
Legal
Privacy Statement
Terms of Use

Copyright Β© 2024 by Sumo Logic, Inc.