You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/reference/connector/docs/connectors-sharepoint.asciidoc
+9-3Lines changed: 9 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -67,6 +67,9 @@ The following SharePoint Server versions are compatible:
67
67
68
68
The following configuration fields are required to set up the connector:
69
69
70
+
`authentication`::
71
+
Authentication mode, either *Basic* or *NTLM*.
72
+
70
73
`username`::
71
74
The username of the account for the SharePoint Server instance.
72
75
@@ -133,7 +136,7 @@ The connector syncs the following SharePoint object types:
133
136
[NOTE]
134
137
====
135
138
* Content from files bigger than 10 MB won't be extracted by default. Use the <<es-connectors-content-extraction-local, self-managed local extraction service>> to handle larger binary files.
136
-
* Permissions are not synced. **All documents** indexed to an Elastic deployment will be visible to **all users with access** to that Elasticsearch Index.
139
+
* Permissions are not synced by default. Enable <<es-dls, document-level security (DLS)>> to sync permissions.
137
140
====
138
141
139
142
[discrete#es-connectors-sharepoint-sync-types]
@@ -191,7 +194,7 @@ This connector is written in Python using the {connectors-python}[Elastic connec
191
194
192
195
View the {connectors-python}/connectors/sources/sharepoint_server.py[source code for this connector^] (branch _{connectors-branch}_, compatible with Elastic _{minor-version}_).
193
196
194
-
// Closing the collapsible section
197
+
// Closing the collapsible section
195
198
===============
196
199
197
200
@@ -254,6 +257,9 @@ Once connected, you'll be able to update these values in Kibana.
254
257
255
258
The following configuration fields are required to set up the connector:
256
259
260
+
`authentication`::
261
+
Authentication mode, either *Basic* or *NTLM*.
262
+
257
263
`username`::
258
264
The username of the account for the SharePoint Server instance.
259
265
@@ -408,5 +414,5 @@ This connector is written in Python using the {connectors-python}[Elastic connec
408
414
409
415
View the {connectors-python}/connectors/sources/sharepoint_server.py[source code for this connector^] (branch _{connectors-branch}_, compatible with Elastic _{minor-version}_).
0 commit comments