Commit graph

60 commits

Author SHA1 Message Date
Artem Shelkovnikov
f2d069e2bf
Update Sharepoint Online connector documentation (#119933)
Co-authored-by: Liam Thompson <32779855+leemthompo@users.noreply.github.com>
2025-01-10 15:56:38 +01:00
Jedr Blaszyk
750a0ab846
[Connector API] Support soft-deletes of connectors (#118669)
* [Connector API] Add interface for soft-deletes

* Define connector deleted system index

* Got soft-delete logic working

* Add unit tests

* Add yaml e2e test and attempt to update permissions

* Fix permissions

* Update docs

* Fix docs

* Update docs/changelog/118282.yaml

* Change logic

* Fix tests

* Remove unnecessary privilege from yaml rest test

* Update changelog

* Update docs/changelog/118669.yaml

* Adapt yaml tests

* Undo changes to muted-tests.yml

* Fix compilation issue after other PR got merged

* Exclude soft-deleted connector from checks about index_name already in use

* Update docs/reference/connector/apis/get-connector-api.asciidoc

Co-authored-by: Tim Grein <tim@4greins.de>

* Update rest-api-spec/src/main/resources/rest-api-spec/api/connector.list.json

Co-authored-by: Tim Grein <tim@4greins.de>

* Adapt comments, add connector wire serializing test

* Introduce new transport versions for passing the delete flag

* Get rid of wire serialisation, use include_deleted instead of deleted flag

* Remove unused import

* Final tweaks

* Adapt variable name in rest layer

---------

Co-authored-by: Elastic Machine <elasticmachine@users.noreply.github.com>
Co-authored-by: Tim Grein <tim@4greins.de>
2025-01-09 12:20:28 +00:00
Lisa Cawley
ba8beecdb0
[DOCS] More links to new API site (#119377) 2024-12-31 11:32:29 -08:00
Lisa Cawley
5e0fbef58b
[DOCS] Link to new API site (#119038)
Co-authored-by: shainaraskas <58563081+shainaraskas@users.noreply.github.com>
2024-12-30 16:52:16 +00:00
kosabogi
78bd9ec6f0
[DOCS] Updates SharePoint Online page (#118318) 2024-12-19 11:43:34 +01:00
Sean Story
5255bfb6fb
Replace 'ent-search-generic' with 'search-default' pipeline (#118899)
* Replace 'ent-search-generic' with 'search-default' pipeline

* missed one

* [CI] Auto commit changes from spotless

---------

Co-authored-by: elasticsearchmachine <infra-root+elasticsearchmachine@elastic.co>
2024-12-18 08:03:08 -06:00
Liam Thompson
8fb6edab63
[DOCS] Consolidate connectors release notes on one page (#118464) 2024-12-12 10:52:41 +01:00
Sean Story
4db3f7b751
Add known issue for salesforce DLS (#118489) 2024-12-11 13:34:00 -06:00
Liam Thompson
931f675891
Update connectors overview diagram (#118261) 2024-12-09 15:25:10 +01:00
kosabogi
6bb0799893
Updates h7 and h8 formatting (#118132) 2024-12-09 11:37:41 +01:00
Jedr Blaszyk
5e028220c9
[Docs] Update incremental sync note (#117545) 2024-11-26 11:06:52 +00:00
Sean Story
f55e5d020b
Note a limitation in Basic Sync Rules (#116859) 2024-11-18 09:33:03 +01:00
Liam Thompson
a71c132481
[DOCS] Update sharepoint-online connector perms (#116641) 2024-11-12 16:14:02 +01:00
Jedr Blaszyk
098c8dad90
[Docs] Fix sharepoint docs for 8.16 release (#116661) 2024-11-12 15:27:58 +01:00
Liam Thompson
f121e09fbb
[DOCS] Connectors 8.16.0 release notes (#115856) 2024-11-12 10:59:20 +01:00
Liam Thompson
22c55fa1ca
[DOCS] Fix boolean for native connectors (#116394) 2024-11-07 12:18:51 +01:00
Sean Story
337188244f
Clarify that MSSQL supports only SQL Server auth (#116340)
* Clarify that MSSQL supports only SQL Server auth

* typo
2024-11-06 17:52:06 +01:00
kosabogi
954ab8ab79
Updates Connectors section page references (#116239) 2024-11-05 14:32:14 +01:00
Craig Taverner
c9c1765986
Remove duplicate 'the the' (#116023)
There were many places where `the the` was typed, in comments, docs and messages. All were incorrect and replaces with a single `the`
2024-10-31 19:14:58 +01:00
Liam Thompson
e3523c1591
[DOCS] Fix link syntax in connectors-API-tutorial.asciidoc (#115635) 2024-10-25 13:01:41 +02:00
Liam Thompson
f1de84b51c
[DOCS] Fix casing in servicenow docs config (#115634) 2024-10-25 11:39:52 +02:00
Liam Thompson
d1f26ab6f7
[DOCS] Update local data extraction version info (#115001) 2024-10-17 10:23:33 -04:00
moxarth-elastic
e1bba9b390
[Zoom] Update existing scopes with granular scopes (#113994) 2024-10-07 15:48:32 +02:00
Sean Story
71faa01b7f
fix typo - "english" is not a valid language code (#114166)
This example request will succeed, but follow-up requests to run a sync on a connector with this language value will fail.
2024-10-07 13:28:25 +02:00
Chenhui Wang
7f2f0b8568
Update elastic-connectors docker namespace to integrations (#113839) 2024-10-02 10:20:01 +02:00
Liam Thompson
55078d4c5e
[DOCS] Fix heading level (#113800) 2024-09-30 16:11:46 +02:00
Liam Thompson
6e400c12a7
[DOCS] Port connector docs from Enterprise Search guide (#112953) 2024-09-30 10:22:37 +02:00
Pm Ching
e7bbcb9883
fix typos (#113329) 2024-09-23 17:38:51 +02:00
Jedr Blaszyk
8417542edd
[Connector APIs] Add docs for sync job claim endpoint (#110412) 2024-07-15 13:01:12 +02:00
Jedr Blaszyk
19cc601bd1
[Connector API] Update mistake in docs (#110517) 2024-07-11 14:34:48 +02:00
Jedr Blaszyk
5179b0db29
[Connector API] Update status when setting/resetting connector error (#110192) 2024-06-27 12:17:33 +02:00
Jedr Blaszyk
a257fed44b
[Connector API] Add metadata to sync job stats endpoint (#109927) 2024-06-25 08:04:56 +02:00
Jedr Blaszyk
04124165ec
[Docs][Connector API] Add documentation for update featueres endpoint (#109346) 2024-06-04 16:38:18 +02:00
Jedr Blaszyk
1044a0104f
[Connecor API] Add references to tutorial in docs (#109099) 2024-05-29 11:48:58 +02:00
Jedr Blaszyk
bb5cac9e64
[Connector API] Improve create connector endpoints (#108766) 2024-05-17 15:30:14 +02:00
Jedr Blaszyk
22676bc91d
[Connector API] Update connector filtering docs with info about draft activation (#108671) 2024-05-15 12:46:50 +02:00
Jedr Blaszyk
782234a84d
[Connector API][Docs] List supported enum values for the list request (#108557) 2024-05-13 15:20:12 +02:00
Jedr Blaszyk
bdcbb0416c
[Connector API] Mark connector management APIs as beta in 8.14 (#108004) 2024-04-30 12:35:53 +02:00
Jedr Blaszyk
98ed236f2b
[Connector API] Update docs filtering, configuration, delete, scheduling (#107842) 2024-04-26 15:16:29 +02:00
Jedr Blaszyk
94041d3cdd
[Connector API] Address docs feedback (#107774) 2024-04-24 08:35:40 +02:00
Liam Thompson
f3f117a364
[DOCS] Update params for Update Connector Filtering API (#106662) 2024-03-22 12:52:30 +01:00
Navarone Feekery
fdd6d89050
[Connectors API] Add missing _api_key_id docs (#106469) 2024-03-20 11:30:18 +01:00
Liam Thompson
bc249efefc
[DOCS] Add contextual info about connectors to API docs (#106420)
* [DOCS] Add contextual info about connectors to API docs

* Grammar nit
2024-03-18 16:09:49 +01:00
Jedr Blaszyk
91e6fbc6d5
[Connector API] Add 8.13 docs (#105456) 2024-02-14 12:10:59 +01:00
Chenhui Wang
fa97f08df1
[Connector API] Add job type filtering support for List connector sync jobs API (#104855) 2024-01-31 23:19:45 +08:00
Liam Thompson
01751c0298
[Docs] Add connectors links, cleanup connectors API docs (#104262)
* [Docs] Add connectors links

* 🧹 Cleanup abbreviations, add missing tech preview labels

* Unify remaining tech preview, abbreviations, update CLI verbiage

* Unify remaining tech preview, abbreviations
2024-01-12 12:13:34 +01:00
Jedr Blaszyk
9fc0bb4ece
[Connector API][Docs] Document update connector filtering action (#103547) 2023-12-19 12:21:05 +01:00
Jedr Blaszyk
aae9730899
[Connectors API][Docs] Document update configuration action (#103522) 2023-12-19 12:02:42 +01:00
Jedr Blaszyk
642ddea0e7
[Connector API][Docs] Document update error, last sync, name actions (#103503) 2023-12-18 15:55:47 +01:00
Jedr Blaszyk
5404fbe68d
[Connector API][Docs] Document update pipeline, scheduling and check-in (#103450) 2023-12-18 13:03:35 +01:00