Skip to content

Commit 0f5987e

Browse files
committed
[Docs] Fix sharepoint docs for 8.16 release (#116661)
1 parent 9a60142 commit 0f5987e

File tree

2 files changed

+10
-4
lines changed

2 files changed

+10
-4
lines changed

docs/reference/connector/docs/_connectors-overview-table.asciidoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ NOTE: All connectors are available as self-managed <<es-build-connector,self-man
4444
|<<es-connectors-salesforce,Salesforce>>|*GA*|8.12+|8.12+|8.11+|8.13+|8.13+|https://github.com/elastic/connectors/tree/main/connectors/sources/salesforce.py[View code]
4545
|<<es-connectors-servicenow,ServiceNow>>|*GA*|8.10+|8.10+|8.11+|8.13+|8.13+|https://github.com/elastic/connectors/tree/main/connectors/sources/servicenow.py[View code]
4646
|<<es-connectors-sharepoint-online,Sharepoint Online>>|*GA*|8.9+|8.9+|8.9+|8.9+|8.9+|https://github.com/elastic/connectors/tree/main/connectors/sources/sharepoint_online.py[View code]
47-
|<<es-connectors-sharepoint,Sharepoint Server>>|*Beta*|8.15+|-|8.11+|8.13+|8.14+|https://github.com/elastic/connectors/tree/main/connectors/sources/sharepoint_server.py[View code]
47+
|<<es-connectors-sharepoint,Sharepoint Server>>|*Beta*|8.15+|-|8.11+|8.13+|8.15+|https://github.com/elastic/connectors/tree/main/connectors/sources/sharepoint_server.py[View code]
4848
|<<es-connectors-slack,Slack>>|*Preview*|8.14+|-|-|-|-|https://github.com/elastic/connectors/tree/main/connectors/sources/slack.py[View code]
4949
|<<es-connectors-teams,Teams>>|*Preview*|8.14+|-|-|8.13+|-|https://github.com/elastic/connectors/tree/main/connectors/sources/teams.py[View code]
5050
|<<es-connectors-zoom,Zoom>>|*Preview*|8.14+|-|8.11+|8.13+|-|https://github.com/elastic/connectors/tree/main/connectors/sources/zoom.py[View code]

docs/reference/connector/docs/connectors-sharepoint.asciidoc

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,9 @@ The following SharePoint Server versions are compatible:
6767
6868
The following configuration fields are required to set up the connector:
6969
70+
`authentication`::
71+
Authentication mode, either *Basic* or *NTLM*.
72+
7073
`username`::
7174
The username of the account for the SharePoint Server instance.
7275
@@ -133,7 +136,7 @@ The connector syncs the following SharePoint object types:
133136
[NOTE]
134137
====
135138
* 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.
137140
====
138141
139142
[discrete#es-connectors-sharepoint-sync-types]
@@ -191,7 +194,7 @@ This connector is written in Python using the {connectors-python}[Elastic connec
191194
192195
View the {connectors-python}/connectors/sources/sharepoint_server.py[source code for this connector^] (branch _{connectors-branch}_, compatible with Elastic _{minor-version}_).
193196
194-
// Closing the collapsible section
197+
// Closing the collapsible section
195198
===============
196199

197200

@@ -254,6 +257,9 @@ Once connected, you'll be able to update these values in Kibana.
254257
255258
The following configuration fields are required to set up the connector:
256259
260+
`authentication`::
261+
Authentication mode, either *Basic* or *NTLM*.
262+
257263
`username`::
258264
The username of the account for the SharePoint Server instance.
259265
@@ -408,5 +414,5 @@ This connector is written in Python using the {connectors-python}[Elastic connec
408414
409415
View the {connectors-python}/connectors/sources/sharepoint_server.py[source code for this connector^] (branch _{connectors-branch}_, compatible with Elastic _{minor-version}_).
410416
411-
// Closing the collapsible section
417+
// Closing the collapsible section
412418
===============

0 commit comments

Comments
 (0)