--- title: Add a Confluence Data Center source slug: '1822' canonical_url: https://docs.coveo.com/en/1822/ collection: index-content source_format: adoc --- # Add a Confluence Data Center source Confluence Data Center is a knowledge sharing tool that enables users to create and share content. Members with the [required privileges](#required-privileges) can add the content of a Confluence Data Center instance to a [Coveo organization](https://docs.coveo.com/en/185/). > **Leading practice** > > The number of [items](https://docs.coveo.com/en/210/) that a source processes per hour (crawling speed) depends on various factors, such as network bandwidth and source configuration. > See [About crawling speed](https://docs.coveo.com/en/2078/) for information on what can impact crawling speed, as well as possible solutions. ## Source key characteristics The following table presents the main characteristics of a Confluence Data Center source. [%header,cols="2,2,2,4"] |=== 2+|Features ^|Supported |Additional information 2+|Indexable content |Spaces, pages (such as Wiki pages), blog posts, pages and blog posts comments (indexed as [metadata](https://docs.coveo.com/en/218/)), and attachments (in pages, blog posts, and comments). | .3+|[Content update operations](https://docs.coveo.com/en/2039/) |[refresh](https://docs.coveo.com/en/2710/) ^|[check] |Requires [Coveo's plugin](#coveo-plugin-for-confluence) to be fully functional. |[rescan](https://docs.coveo.com/en/2711/) ^|[check] |[Takes place every day by default](https://docs.coveo.com/en/1933/). If you change the name of a Confluence space, the rescan operation detects the change only for pages created or modified after the change. You must therefore [rebuild](https://docs.coveo.com/en/3390#refresh-rescan-or-rebuild-sources) the source to get the space name changed on all space pages. |[rebuild](https://docs.coveo.com/en/2712/) ^|[check] | .3+|[Content security](https://docs.coveo.com/en/1779/) options |[Same users and groups as in your content system](https://docs.coveo.com/en/1779#same-users-and-groups-as-in-your-content-system) ^|[check] |Requires [Coveo's plugin](#coveo-plugin-for-confluence). |[Specific users and groups](https://docs.coveo.com/en/1779#specific-users-and-groups) ^|[check] | |[Everyone](https://docs.coveo.com/en/1779#everyone) ^|[check] | .4+|[Metadata indexing for search](#index-metadata) |Automatic mapping of [metadata](https://docs.coveo.com/en/218/) to [fields](https://docs.coveo.com/en/200/) that have the same name 2+a|This setting is disabled by default and [not recommended for this source type](https://docs.coveo.com/en/1640#about-the-performfieldmappingusingallorigins-setting). |Automatically indexed [metadata](https://docs.coveo.com/en/218/) 2+a|Examples of [auto-populated default fields](https://docs.coveo.com/en/1833#field-origin) (no user-defined metadata required):   * `author` * `clickableuri` * `confcreateddate` * `confspacename` * `language` (auto-detected from item content) * `objecttype` * `title`   After a content update, [inspect your item field values](https://docs.coveo.com/en/2053#inspect-search-results) in the **Content Browser**. |Extracted but not indexed metadata 2+a|The Confluence Data Center source extracts some of the metadata that the Confluence API makes available.   After a rebuild, review the [**View and map metadata**](https://docs.coveo.com/en/m9ti0339#view-and-map-metadata-subpage) subpage for the list of indexed metadata, and [index additional metadata](https://docs.coveo.com/en/m9ti0339#index-metadata). |Custom metadata extraction 2+a|Confluence lets you add custom properties to pages, blog posts, attachments, and spaces using the Confluence API. Then, you can use the `MetadataPropertiesToIndex` JSON configuration parameter to list the custom properties to extract as metadata. |=== ## Requirements ### Atlassian Confluence Data Center accessible to Coveo When the access to communication ports between Coveo and the Confluence Data Center is restricted, the appropriate ports must be opened in the network infrastructure such as in firewalls to allow Coveo to access the content. ### Crawling account To [index](https://docs.coveo.com/en/204/) Confluence Data Center content, you must provide the credentials of a Confluence account. Coveo will use this [crawling account](https://docs.coveo.com/en/2122/) to retrieve your content. Your crawling account must: * Be a native Confluence account (not managed by an identity provider such as Google). * Be a member of a Confluence group named `coveo-connector-plugin-users` or a Confluence administrator. This allows the account to use the plugin. * Have read access to all the content you want to index, thanks to the following permissions: ** **View** on every space to index. ** **Can view** on every restricted page to index. * Have [login CAPTCHAs disabled](#confluence-data-center-authentication-error). * Be used by Coveo only. ### Coveo plugin for Confluence To complete the capabilities of its Confluence Data Center source, Coveo offers a plugin on the Atlassian Marketplace. You must [install it](https://docs.coveo.com/en/1716/) to benefit from the following features: * Refreshes: the plugin allows the source to run [refresh](https://docs.coveo.com/en/2710/) operations that index deleted, restored, and moved [items](https://docs.coveo.com/en/210/). Without the plugin, you'd need to run a [rescan](https://docs.coveo.com/en/2711/) or [rebuild](https://docs.coveo.com/en/2712/) operation instead, which would take more time and resources to complete. Therefore, the plugin allows your search interface to reflect content changes faster, with minimal impact on your Confluence Data Center instance. * Permission indexing: the plugin allows the source to index item [permissions](https://docs.coveo.com/en/223/), which will then be replicated in your Coveo search interface. As a result, users of your search interface only see the content they're allowed to see in Confluence. If they've been forbidden to access an article in Confluence, they won't see it in their search results. To read more on how Coveo manages permissions, see [Management of security identities and item permissions](https://docs.coveo.com/en/1719/). **About the new plugin version**
Details In July 2024, Coveo released version 2 of the plugin. Starting with this new version, the plugin doesn't require your [crawling account](https://docs.coveo.com/en/2122/) to be a Confluence administrator anymore. Instead, you can create a Confluence group named `coveo-connector-plugin-users`, and then add your crawling account to this group. This will allow your crawling account to use the plugin. If you've installed the Coveo plugin before July 2024, you're using version 1 and you can continue doing so. However, if you want to avoid the Confluence administrator permission requirement, [switch plugin versions](https://docs.coveo.com/en/1716#switch-plugin-versions).
### Enabling the Confluence SOAP remote API (Web Service) Due to a Confluence REST API limitation, the connector must use the SOAP Remote API to retrieve content [permissions](https://docs.coveo.com/en/223/). For [these permissions to be replicated in a Coveo-powered search interface](https://docs.coveo.com/en/1779#same-users-and-groups-as-in-your-content-system), a Confluence system administrator must [enable the remote API](https://confluence.atlassian.com/doc/enabling-the-remote-api-150460.html) on your Confluence instance. ## Add a Confluence Data Center source A Confluence Data Center source [indexes](https://docs.coveo.com/en/204/) on-premises (server) content. To retrieve cloud content instead, see [Add a Confluence Cloud source](https://docs.coveo.com/en/1530/). > **Leading practice** > > It's best to create or edit your source in your sandbox organization first. > Once you've confirmed that it indexes the desired content, you can copy your source configuration to your production organization, either [with a snapshot](https://docs.coveo.com/en/3239/) or manually. > > See [About non-production organizations](https://docs.coveo.com/en/2959/) for more information and best practices regarding sandbox organizations. . On the [**Sources**](https://platform.cloud.coveo.com/admin/#/orgid/content/sources/) ([platform-ca](https://platform-ca.cloud.coveo.com/admin/#/orgid/content/sources/) | [platform-eu](https://platform-eu.cloud.coveo.com/admin/#/orgid/content/sources/) | [platform-au](https://platform-au.cloud.coveo.com/admin/#/orgid/content/sources/)) page, click **Add source**. . In the **Add a source of content** panel, click the **Confluence Data Center Cloud** (icon:cloud-icon[alt=cloud-icon,width=16]) source tile. . In the **Add a new Confluence Cloud source** panel, provide the following information: ** **Name**: The source name can't be modified once it's saved. Therefore, make sure to use a short and descriptive name, using letters, numbers, hyphens, and underscores. Avoid spaces and other special characters. Follow the instructions below to add a Confluence Data Center source that uses the desired [content retrieval method](https://docs.coveo.com/en/1612/). . On the [**Sources**](https://platform.cloud.coveo.com/admin/#/orgid/content/sources/) ([platform-ca](https://platform-ca.cloud.coveo.com/admin/#/orgid/content/sources/) | [platform-eu](https://platform-eu.cloud.coveo.com/admin/#/orgid/content/sources/) | [platform-au](https://platform-au.cloud.coveo.com/admin/#/orgid/content/sources/)) page, click **Add source**. . In the **Add a source of content** panel, click the **On-premises** ([server]) or the **Crawling Module** ([crawlingmodule]) tab, depending on your [content retrieval context](https://docs.coveo.com/en/1612/). With the latter, you must [install the Crawling Module](https://docs.coveo.com/en/3263/) to make your source operational. . Click the **Confluence Data Center** tile. . In the **Add a new Confluence Data Center source** panel, provide the following information: ** **Name**: The source name can't be modified once it's saved. Therefore, make sure to use a short and descriptive name, using letters, numbers, hyphens, and underscores. Avoid spaces and other special characters. ** **Address**: The base URL of your Confluence Data Center instance. Ensure to include the protocol (`https://` or `http://`). Alternatively, you can enter the URL of a specific Confluence Data Center space, provided it matches one of the following patterns. If it doesn't, see [Supporting other space URLs](#supporting-other-space-urls). *** `[URL]/spaces/viewspaces.actions?key=[KEY]` *** `[URL]/display/[KEY]` *** `[URL]/spaces/[KEY]` ** **Authentication**: How Coveo should log in to your Confluence Data Center instance to index your content. **If you select **Personal access token****
Details .. Create a [crawling account](#crawling-account) dedicated to your source. This account must have access to all the content that you want to index. See [Source credentials leading practices](https://docs.coveo.com/en/1920/) for other leading practices to follow. .. [Create a personal access token](https://confluence.atlassian.com/enterprise/using-personal-access-tokens-1026032365.html) for your crawling account. .. Back in the source configuration panel, enter this access token.
**If you select **Basic authentication****
Details .. Create a [crawling account](#crawling-account) dedicated to your source. This account must have access to all the content that you want to index. See [Source credentials leading practices](https://docs.coveo.com/en/1920/) for other leading practices to follow. .. Make sure the [secure administrator session](https://confluence.atlassian.com/doc/configuring-secure-administrator-sessions-218269595.html) feature is deactivated. .. Back in the source configuration panel, enter the username and password of this account.
**If you select **No login - Content to index is public****
Details .. Click **Next**. .. Select who will be able to access the source items through a Coveo-powered [search interface](https://docs.coveo.com/en/2741/). For details on this parameter, see [Content security](https://docs.coveo.com/en/1779/).
. Click **Add source**. . Specify your source settings. Refer to the following sections for detailed information on the source settings: ** ["Configuration" tab](#configuration-tab) ** ["Content security" tab](#content-security-tab) ** ["Access" tab](#access-tab) ### "Configuration" tab When configuring or editing your Confluence Data Center source, the **Configuration** tab is selected by default. It contains your source's general and authentication information, as well as other parameters that let you specify the content to index. #### "Content to index" subtab The **Content to index** subtab lets you define the content that you want to make available as search results. ##### Spaces In the **Spaces** card, specify whether you want to index communal and/or personal spaces. Then, specify whether you want to index active and/or archived spaces. If you want to index specific pages only, enter a regex matching the desired space keys under **Space key**. Alternatively, you can enter a regex to exclude specific spaces from the indexing process. As a result, when crawling your Confluence instance, Coveo will target/ignore the spaces whose space key matches your regex. For instance, if you want to index all spaces with keys starting with an uppercase letter followed by a number, you enter the following regex: `+^[A-Z][0-9].*$+`. Conversely, enter `+^(?!Spacekey$).*$+` to exclude the space with the key `Spacekey`. ##### Additional content Optionally, you can index the files attached to the indexed pages, blog posts, and comments. You can also index comments posted on pages and blog posts. These comments will be indexed as [metadata](https://docs.coveo.com/en/218/) of this content. #### "Authentication" subtab ** **Address**: The base URL of your Confluence Data Center instance. Ensure to include the protocol (`https://` or `http://`). Alternatively, you can enter the URL of a specific Confluence Data Center space, provided it matches one of the following patterns. If it doesn't, see [Supporting other space URLs](#supporting-other-space-urls). *** `[URL]/spaces/viewspaces.actions?key=[KEY]` *** `[URL]/display/[KEY]` *** `[URL]/spaces/[KEY]` ** **Authentication**: How Coveo should log in to your Confluence Data Center instance to index your content. **If you select **Personal access token****
Details .. Create a [crawling account](#crawling-account) dedicated to your source. This account must have access to all the content that you want to index. See [Source credentials leading practices](https://docs.coveo.com/en/1920/) for other leading practices to follow. .. [Create a personal access token](https://confluence.atlassian.com/enterprise/using-personal-access-tokens-1026032365.html) for your crawling account. .. Back in the source configuration panel, enter this access token.
**If you select **Basic authentication****
Details .. Create a [crawling account](#crawling-account) dedicated to your source. This account must have access to all the content that you want to index. See [Source credentials leading practices](https://docs.coveo.com/en/1920/) for other leading practices to follow. .. Make sure the [secure administrator session](https://confluence.atlassian.com/doc/configuring-secure-administrator-sessions-218269595.html) feature is deactivated. .. Back in the source configuration panel, enter the username and password of this account.
**If you select **No login - Content to index is public****
Details .. Click **Next**. .. Select who will be able to access the source items through a Coveo-powered [search interface](https://docs.coveo.com/en/2741/). For details on this parameter, see [Content security](https://docs.coveo.com/en/1779/).
The **Authentication** subtab contains settings used by the source crawler to emulate the behavior of a user authenticating to access restricted Confluence Data Center content. **Confluence address**: The base URL of your Confluence Data Center instance. Ensure to include the protocol (`https://` or `http://`). Alternatively, you can enter the URL of a specific Confluence Data Center space, provided it matches one of the following patterns. If it doesn't, see [Supporting other space URLs](#supporting-other-space-urls). *** `[URL]/spaces/viewspaces.actions?key=[KEY]` *** `[URL]/display/[KEY]` *** `[URL]/spaces/[KEY]` **Authentication**: How Coveo should log in to your Confluence Data Center instance to index your content. **If you select **Personal access token****
Details . Create a [crawling account](#crawling-account) dedicated to your source. This account must have access to all the content that you want to index. See [Source credentials leading practices](https://docs.coveo.com/en/1920/) for other leading practices to follow. . [Create a personal access token](https://confluence.atlassian.com/enterprise/using-personal-access-tokens-1026032365.html) for your crawling account. . Back in the source configuration panel, enter this access token.
**If you select **Basic authentication****
Details . Create a [crawling account](#crawling-account) dedicated to your source. This account must have access to all the content that you want to index. See [Source credentials leading practices](https://docs.coveo.com/en/1920/) for other leading practices to follow. .. Make sure the [secure administrator session](https://confluence.atlassian.com/doc/configuring-secure-administrator-sessions-218269595.html) feature is deactivated. . Back in the source configuration panel, enter the username and password of this account.
**If you select **No login****
Details Go to the **Content security** tab, and then select who will be able to access the source items through a Coveo-powered [search interface](https://docs.coveo.com/en/2741/). For details on this parameter, see [Content security](https://docs.coveo.com/en/1779/).
#### "Identification" subtab The **Identification** subtab contains general information about the source. ### "Items" tab On the **Items** tab, you can specify how the source handles items based on their file type or content type. #### File types File types let you define how the source handles [items](https://docs.coveo.com/en/210/) based on their file extension or content type. For each file type, you can specify whether to index the item content and [metadata](https://docs.coveo.com/en/218/), only the item metadata, or neither. You should fine-tune the file type configurations with the objective of indexing only the content that's relevant to your users. **Example** Your repository contains `.pdf` files, but you don't want them to appear in search results. You click **Extensions** and then, for the `.pdf` extension, you change the **Default action** and **Action on error** values to `Ignore item`. For more details about this feature, see [File type handling](https://docs.coveo.com/en/l3qg9275/). #### Content and images If you want Coveo to extract text from image files or PDF files containing images, enable the appropriate option. The extracted text is processed as item data, meaning that it's fully searchable and will appear in the item [Quick view](https://docs.coveo.com/en/2760#search-result-quick-view). > **Note** > > When OCR is enabled, ensure the source's relevant [file type configurations](https://docs.coveo.com/en/l3qg9275/) index the item content. > Indexing the item's metadata only or ignoring the item will prevent OCR from being applied. See [Enable optical character recognition](https://docs.coveo.com/en/2937/) for details on this feature. ### "Content security" tab Select who will be able to access the source items through a Coveo-powered [search interface](https://docs.coveo.com/en/2741/). For details on the content security options, see [Content security](https://docs.coveo.com/en/1779/). ### "Access" tab . On the **Access** tab, specify whether each group (and API key, if applicable) in your [Coveo organization](https://docs.coveo.com/en/185/) can view or edit the current source. For example, when creating a new source, you could decide that members of Group A can edit its configuration, while Group B can only view it. For more information, see [Custom access level](https://docs.coveo.com/en/3151#custom-access-level). On the **Access** tab, specify whether each group (and API key, if applicable) in your [Coveo organization](https://docs.coveo.com/en/185/) can view or edit the current source. For example, when creating a new source, you could decide that members of Group A can edit its configuration, while Group B can only view it. For more information, see [Custom access level](https://docs.coveo.com/en/3151#custom-access-level). ### Build the source . Finish adding or editing your source: ** When you're done editing the source and want to make your changes effective, click **Add and build source**/**Save and rebuild source**. ** When you want to save your source configuration changes without starting a build/rebuild, such as when you know you want to make other changes soon, click **Add source**/**Save**. On the [**Sources**](https://platform.cloud.coveo.com/admin/#/orgid/content/sources/) ([platform-ca](https://platform-ca.cloud.coveo.com/admin/#/orgid/content/sources/) | [platform-eu](https://platform-eu.cloud.coveo.com/admin/#/orgid/content/sources/) | [platform-au](https://platform-au.cloud.coveo.com/admin/#/orgid/content/sources/)) page, click **Launch build** or **Start required rebuild** when you're ready to make your changes effective and index your content. > **Leading practice** > > By default, a Jira Software source indexes the entire Jira Software instance content. > To index only certain projects, click **Save**, and then specify the desired address patterns in your [source JSON configuration](https://docs.coveo.com/en/1685/) before launching the initial build. > See [Add source filters](https://docs.coveo.com/en/2006#add-source-filters) for further information. . On the [**Sources**](https://platform.cloud.coveo.com/admin/#/orgid/content/sources/) ([platform-ca](https://platform-ca.cloud.coveo.com/admin/#/orgid/content/sources/) | [platform-eu](https://platform-eu.cloud.coveo.com/admin/#/orgid/content/sources/) | [platform-au](https://platform-au.cloud.coveo.com/admin/#/orgid/content/sources/)) page, follow the progress of your source addition or modification. . Once the source is built or rebuilt, [review its content in the Content Browser](https://docs.coveo.com/en/2053/). . Optionally, consider [editing or adding mappings](https://docs.coveo.com/en/1640/). > **Note** > > If you selected **Specific URLs** or **User profiles** in the [**Content**](https://docs.coveo.com/en/1739#content) section, some additional items will appear in the Content Browser. > To retrieve user profiles, Coveo must crawl your SharePoint Online instance, including your host site collection and the documents it contains. > Items encountered during this process are also retrieved and therefore appear in the Content Browser. ### Index metadata To use [metadata](https://docs.coveo.com/en/218/) values in [search interface](https://docs.coveo.com/en/2741/) [facets](https://docs.coveo.com/en/198/) or result templates, the metadata must be [mapped](https://docs.coveo.com/en/217/) to [fields](https://docs.coveo.com/en/200/). Coveo automatically [maps](https://docs.coveo.com/en/217/) only a subset of the metadata it extracts. You must map any additional metadata to fields manually. > **Note** > > Not clear on the purpose of indexing metadata? > Watch [this video](https://www.youtube.com/watch?v=BmmmVJ3AWi0). . On the [**Sources**](https://platform.cloud.coveo.com/admin/#/orgid/content/sources/) ([platform-ca](https://platform-ca.cloud.coveo.com/admin/#/orgid/content/sources/) | [platform-eu](https://platform-eu.cloud.coveo.com/admin/#/orgid/content/sources/) | [platform-au](https://platform-au.cloud.coveo.com/admin/#/orgid/content/sources/)) page, click your source, and then click **More** > **View and map metadata** in the Action bar. . Review the default [metadata](https://docs.coveo.com/en/218/) that your source is extracting from your content. . Map any currently _not indexed_ metadata that you want to use in facets or result templates to fields. .. Click the metadata and then, at the top right, click **Add to Index**. .. In the **Apply a mapping on all item types of a source** panel, select the field you want to map the metadata to, or [add a new field](https://docs.coveo.com/en/1833#add-a-field) if none of the existing fields are appropriate. > **Note** > > For advanced mapping configurations, like applying a mapping to a specific item type, see [Manage mappings](https://docs.coveo.com/en/1640#manage-mappings). .. Click **Apply mapping**. . Return to the [**Sources**](https://platform.cloud.coveo.com/admin/#/orgid/content/sources/) ([platform-ca](https://platform-ca.cloud.coveo.com/admin/#/orgid/content/sources/) | [platform-eu](https://platform-eu.cloud.coveo.com/admin/#/orgid/content/sources/) | [platform-au](https://platform-au.cloud.coveo.com/admin/#/orgid/content/sources/)) page. . To reindex your source with your new mappings, click your source, and then click **More** > **Rebuild** in the Action bar. . Once the source is rebuilt, review your item field values. They should now include the values of the metadata you selected to index. .. On the [**Sources**](https://platform.cloud.coveo.com/admin/#/orgid/content/sources/) ([platform-ca](https://platform-ca.cloud.coveo.com/admin/#/orgid/content/sources/) | [platform-eu](https://platform-eu.cloud.coveo.com/admin/#/orgid/content/sources/) | [platform-au](https://platform-au.cloud.coveo.com/admin/#/orgid/content/sources/)) page, click your source, and then click **More** > **Open in Content Browser** in the Action bar. .. Select the card of the item for which you want to inspect properties, and then click **Properties** in the Action bar. .. In the panel that appears, select the **Fields** tab. . If needed, extract and map additional metadata. **More on custom metadata extraction**
Details Confluence lets you add custom properties to pages, blog posts, attachments, and spaces using [Content Property](https://developer.atlassian.com/server/confluence/rest/v9213/api-group-content-property/#api-group-content-property) and [Space Property](https://developer.atlassian.com/server/confluence/rest/v9213/api-group-space-property/#api-group-space-property) POST requests. You can then extract these custom properties. . On the [**Sources**](https://platform.cloud.coveo.com/admin/#/orgid/content/sources/) ([platform-ca](https://platform-ca.cloud.coveo.com/admin/#/orgid/content/sources/) | [platform-eu](https://platform-eu.cloud.coveo.com/admin/#/orgid/content/sources/) | [platform-au](https://platform-au.cloud.coveo.com/admin/#/orgid/content/sources/)) page, click your source, and then click **More** > **Edit configuration with JSON** in the Action bar. . On the **Parameters** tab, locate the `MetadataPropertiesToIndex` parameter in the **JSON configuration** box. . Add the desired custom property names in the `value` of the `MetadataPropertiesToIndex` parameter as a comma-separated list. To refer to a property nested within another, concatenate their names with a dot (`.`) separator. For example: ```json "MetadataPropertiesToIndex": { "sensitive": false, "value": "categorization.department,categorization.team" } ``` . Rebuild and map each extracted custom metadata to a field, as you did for the default metadata. In the **View and map metadata** page, the metadata names will have the `metadata.properties` prefix. For example: `metadata.properties.categorization.department`.
## Confluence Data Center authentication error The connector may produce an authentication error if a CAPTCHA is required to enter your [Confluence administrator crawling account](#crawling-account). This CAPTCHA appears if you fail to log in to your account three or more times. To avoid this error, you can disable login CAPTCHAs entirely on the **Security Configuration** page. See [Configuring Captcha for Failed Logins](https://confluence.atlassian.com/doc/configuring-captcha-for-failed-logins-216957808.html) for detailed instructions. ## Supporting other space URLs In the [**Confluence address** box](#authentication-subtab), you can enter the URL of a specific Confluence space, provided it matches one of the following patterns: * `[URL]/spaces/viewspaces.actions?key=[KEY]` * `[URL]/display/[KEY]` * `[URL]/spaces/[KEY]` If your space address doesn't match any of these default patterns, you can still index it by following these steps: . In the [**Confluence address** box](#authentication-subtab), enter the root URL of your Confluence instance. This address often ends with `/wiki/`. . Configure the source as you would to index your space, and then click **Add source**. . In the Coveo Administration Console, click the source you just created, and then click **Edit configuration with JSON** in the **More** menu. . In the **Edit configuration with JSON** panel that opens, locate the `RootSpaceRegex` object in the `parameters` object. . Change the regex pattern to match your space URL. . Scroll down to locate the `startingAddresses` array, and then, in place of your Confluence instance root URL, enter the URL of your space. . Click **Save and rebuild source**. ## Required privileges You can assign privileges to allow access to specific tools in the [Coveo Administration Console](https://docs.coveo.com/en/183/). The following table indicates the privileges required to view or edit elements of the [**Sources**](https://platform.cloud.coveo.com/admin/#/orgid/content/sources/) ([platform-ca](https://platform-ca.cloud.coveo.com/admin/#/orgid/content/sources/) | [platform-eu](https://platform-eu.cloud.coveo.com/admin/#/orgid/content/sources/) | [platform-au](https://platform-au.cloud.coveo.com/admin/#/orgid/content/sources/)) page and associated panels. See [Manage privileges](https://docs.coveo.com/en/3151/) and [Privilege reference](https://docs.coveo.com/en/1707/) for more information. > **Note** > > The **Edit all** privilege isn't required to create sources. > When granting privileges for the [Sources](https://docs.coveo.com/en/1707#sources-domain) domain, you can grant a group or API key the **View all** or [**Custom**](https://docs.coveo.com/en/3151#custom-access-level) access level, instead of **Edit all**, and then select the **Can Create** checkbox to allow users to create sources. > See [Can Create ability dependence](https://docs.coveo.com/en/3151#can-create-ability-dependence) for more information. ## What's next? * [Schedule source updates](https://docs.coveo.com/en/1933/). * If you're [using the Crawling Module to retrieve your content](https://docs.coveo.com/en/1612/), consider [subscribing to deactivation notifications](https://docs.coveo.com/en/3271#subscribing-to-crawling-module-notifications) to receive an alert when a Crawling Module component becomes obsolete and stops the content crawling process.