From a08aa1a795c8c44ace55d73e52ec28cb83278481 Mon Sep 17 00:00:00 2001 From: Colin McKibben <75683148+colin-mckibben-sp@users.noreply.github.com> Date: Thu, 21 Mar 2024 09:51:27 -0400 Subject: [PATCH] Update index.md Changed the heading sizes --- docs/reporting/secure-data-share/index.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/reporting/secure-data-share/index.md b/docs/reporting/secure-data-share/index.md index 32dd2c024..c1d813558 100644 --- a/docs/reporting/secure-data-share/index.md +++ b/docs/reporting/secure-data-share/index.md @@ -14,21 +14,21 @@ hide_table_of_contents: true import MermaidViewer from '@site/src/components/MermaidViewer'; -# Overview +# Secure Data Share Secure Data Share (SDS) makes your SailPoint identity data available directly in your own [AWS Snowflake](https://aws.amazon.com/financial-services/partner-solutions/snowflake/) account. The provided dataset is comprised of structured tables that include identity, audit event, entitlement, role, access profile, account, and application data. Secure Data Share is an alternative to SailPoint's [search](https://documentation.sailpoint.com/saas/help/search/index.html). SDS uses SQL as the query language, while search uses the [Elasticsearch Query Language](https://www.elastic.co/guide/en/elasticsearch/reference/current/query-dsl.html). SQL provides certain advantages over Elasticsearch, mainly the ease of joining and aggregating data, and the Snowflake interface has a built in SQL explorer and allows you to download your search results in CSV format. SDS also allows you to connect your SailPoint data to your favorite data analytics tools, like [PowerBI](https://learn.microsoft.com/en-us/power-bi/connect-data/service-connect-snowflake) and [Tableau](https://help.tableau.com/current/pro/desktop/en-us/examples_snowflake.htm), further enhancing the reporting capabilities for your SailPoint data. If you would like to speak to a SailPoint representative about Secure Data Share, please [schedule a meeting here](https://calendly.com/jordan-mandernach/secure_data_share). -# Requirements +## Requirements Secure Data Share is an add-on for Identity Security Cloud. Please contact your sales representative to discuss your SDS options. You must also have an AWS Snowflake account so that SailPoint can synchronize your tenant data to your Snowflake instance. -# Data Synchronization SLA +## Data Synchronization SLA Similar to search, SDS has a synchronization SLA of 24 hours. This means it can take up to 24 hours for operational data in your tenant to be synchronized to your Snowflake database. SailPoint search and SDS are two separate systems, and there is not guarantee on which service will receive updated data first. In some cases, operational data may appear in search before SDS, and in other cases SDS may receive the data first. -# How to use SDS +## How to use SDS For information on how to install and use SDS in your environment, see the documentation [here](https://documentation.sailpoint.com/saas/help/secure_data_share/secure_data_share.html). Because SDS uses SQL as the query language, your tenant data is formatted into relational tables. To view the relationships between these tables, please see the following pages for the entity relationship (ER) diagrams that represent the data model.