Skip to main content

Overview

  • Greenlist restrictions permit crawling only for the specified content.
  • Redlist restrictions prohibit crawling for the specified content.
Restriction TypeGreenlistRedlistDetails
Time-based RestrictionsRestrict crawling to include/exclude content created/modified/viewed after a certain date.
Identity-based RestrictionsRestrict crawling to include/exclude content created/modified/viewed by specific users or a specific group (plus public content).
Content-based RestrictionsRestrict crawling to include/exclude specific content, documents, messages, or objects.

Supported Restrictions

RestrictionGreenlistRedlistDetails
DateRestrict crawling to only content created/modified/viewed after a specific date.
SiteRestrict crawling to include/exclude specific SharePoint sites.
Sites should be provided in URL format without a trailing forward slash. For example:
https://<domain>.sharepoint.com/sites/<siteName>
For Group restrictions when using Azure AD/Entra ID, the Object ID of the AD Group should be provided, NOT the Group name. For example:
7c77a355-c78c-6362-a195-d2428d285107

Limitations

  • This restriction cannot currently be applied in the Admin UI.
  • Time-based restrictions do NOT speed up crawling as content is often not returned from vendor APIs ordered by date.
  • Some vendor APIs stop returning viewed dates ~4-5 months in the past for specific types of content.
  • This restriction cannot currently be applied in the Admin UI.
  • Public content, depsite being accessible to all users in SharePoint, will only be viewable in Glean to users in this group.
  • Every subsite must be explicitly specified. You cannot specify a site collection or parent-site and have the crawler include/exclude all subsites.

Applying Restrictions

MethodSupportedDetails
Admin UIRestrictions can be applied in the Admin UI under the connector settings.
Glean SupportRestrictions can be applied by Glean support on request.
Not all restrictions can be applied in the Admin UI. Please contact Glean support to apply the restriction if it is missing from the UI.
I