diff --git a/docs/document-level-security/CONFLUENCE.md b/docs/document-level-security/CONFLUENCE.md deleted file mode 100644 index 1ddc0f523..000000000 --- a/docs/document-level-security/CONFLUENCE.md +++ /dev/null @@ -1,27 +0,0 @@ -### Setting up the Confluence connector - -See the [Developer guide](../../docs/DEVELOPING.md) for setting up connectors. - -## Document level security - -Document level security (DLS) enables you to restrict access to documents based on a user’s permissions. This feature is available by default for the Confluence connector. - -Refer to [document level security](https://www.elastic.co/guide/en/enterprise-search/master/dls.html) for more information. - -**Note:** Refer to [DLS in Search Applications](https://www.elastic.co/guide/en/enterprise-search/master/dls-e2e-guide.html) to learn how to ingest data from Confluence with DLS enabled, when building a search application. - -## Additional Pre-requisite - -- To access user data on Jira Administration, the account that you created needs to be granted a **Product Access** for `Jira Administration` with `Product Admin` access by an administrator from [Atlassian Admin](http://admin.atlassian.com/). - -#### Additional Configuration - -##### `Enable document level security` - -Toggle to enable [document level security (DLS)](https://www.elastic.co/guide/en/enterprise-search/master/dls.html). When enabled: -- Full syncs will fetch access control lists for each document and store them in the `_allow_access_control` field. -- Access control syncs will fetch users' access control lists and store them in a separate index. - -## References - -- [What are Confluence Cloud permissions and restrictions?](https://support.atlassian.com/confluence-cloud/docs/what-are-confluence-cloud-permissions-and-restrictions/) diff --git a/docs/document-level-security/JIRA.md b/docs/document-level-security/JIRA.md deleted file mode 100644 index a9b314dcd..000000000 --- a/docs/document-level-security/JIRA.md +++ /dev/null @@ -1,23 +0,0 @@ -### Setting up the Jira connector - -See the [Developer guide](../../docs/DEVELOPING.md) for setting up connectors. - -## Document level security - -Document level security (DLS) enables you to restrict access to documents based on a user’s permissions. This feature is available by default for the Jira connector. - -Refer to [document level security](https://www.elastic.co/guide/en/enterprise-search/master/dls.html) for more information. - -**Note:** Refer to [DLS in Search Applications](https://www.elastic.co/guide/en/enterprise-search/master/dls-e2e-guide.html) to learn how to ingest data from Jira with DLS enabled, when building a search application. - -## Additional Pre-requisite - -- To access user data on Jira Administration, the account that you created needs to be granted a **Product Access** for `Jira Administration` with `Product Admin` access by an administrator from [Atlassian Admin](http://admin.atlassian.com/). - -#### Additional Configuration - -##### `Enable document level security` - -Toggle to enable [document level security (DLS)](https://www.elastic.co/guide/en/enterprise-search/master/dls.html). When enabled: -- Full syncs will fetch access control lists for each document and store them in the `_allow_access_control` field. -- Access control syncs will fetch users' access control lists and store them in a separate index. \ No newline at end of file diff --git a/docs/document-level-security/NETWORK_DRIVE.md b/docs/document-level-security/NETWORK_DRIVE.md deleted file mode 100644 index 827d36b7c..000000000 --- a/docs/document-level-security/NETWORK_DRIVE.md +++ /dev/null @@ -1,28 +0,0 @@ -### Setting up the Network Drive connector - -See the [Developer guide](../../docs/DEVELOPING.md) for setting up connectors. - -## Document level security - -Document Level Security (DLS) enables you to restrict access to documents based on a user's permissions. -This feature is available by default for the Network Drive connector. -DLS in the Network drive connector facilitates the syncing of folder & file permissions, including both user and group level permissions. - -The native connector supports DLS for Windows Network Drive. DLS suppport for Linux Network Drive is now available via self-managed connector client. -The user would need to add a csv file in the local path that contains users' information such that each row has the following format: `username;user-sid;group-sid1,group-sid-2`. - -Refer to [document level security](https://www.elastic.co/guide/en/enterprise-search/master/dls.html) for more information. - -**Note:** Refer to [DLS in Search Applications](https://www.elastic.co/guide/en/enterprise-search/master/dls-e2e-guide.html) to learn how to search data on a network drive with DLS enabled, when building a search application. - -## Additional Pre-requisite - -To fetch users and groups in a Windows network drive, account credentials added in the connector configuration should have access to the Powershell of the Windows Server where the network drive is hosted. - -#### Additional Configuration - -##### `Enable document level security` - -Toggle to enable [document level security (DLS)](https://www.elastic.co/guide/en/enterprise-search/master/dls.html). When enabled: -- Full syncs will fetch access control lists for each document and store them in the `_allow_access_control` field. -- Access control syncs will fetch users' access control lists and store them in a separate index. diff --git a/docs/document-level-security/ONEDRIVE.md b/docs/document-level-security/ONEDRIVE.md deleted file mode 100644 index be2b8556d..000000000 --- a/docs/document-level-security/ONEDRIVE.md +++ /dev/null @@ -1,23 +0,0 @@ -### Setting up the OneDrive connector - -See the [Developer guide](../../docs/DEVELOPING.md) for setting up connectors. - -## Document level security - -Document level security (DLS) enables you to restrict access to documents based on a user’s permissions. This feature is available by default for the OneDrive connector. - -Refer to [document level security](https://www.elastic.co/guide/en/enterprise-search/master/dls.html) for more information. - -**Note:** Refer to [DLS in Search Applications](https://www.elastic.co/guide/en/enterprise-search/master/dls-e2e-guide.html) to learn how to ingest data from OneDrive with DLS enabled, when building a search application. - -#### Additional Configuration - -##### `Enable document level security` - -Toggle to enable [document level security (DLS)](https://www.elastic.co/guide/en/enterprise-search/master/dls.html). When enabled: -- Full syncs will fetch access control lists for each document and store them in the `_allow_access_control` field. -- Access control syncs will fetch users' access control lists and store them in a separate index. - -## References - -- [Share OneDrive files and folders](https://support.microsoft.com/en-us/office/share-onedrive-files-and-folders-9fcc2f7d-de0c-4cec-93b0-a82024800c07)