Skip to content

Commit a04c7bf

Browse files
authored
Merge branch '8.17' into backport/8.17/pr-3363
2 parents 3a0a7f3 + deacd3e commit a04c7bf

File tree

54 files changed

+1234
-94
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

54 files changed

+1234
-94
lines changed

output/openapi/elasticsearch-openapi.json

Lines changed: 228 additions & 20 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

output/schema/schema.json

Lines changed: 428 additions & 39 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

output/schema/validation-errors.json

Lines changed: 0 additions & 18 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

output/typescript/types.ts

Lines changed: 44 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

specification/_doc_ids/table.csv

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -594,6 +594,9 @@ security-api-invalidate-api-key,https://www.elastic.co/guide/en/elasticsearch/re
594594
security-api-invalidate-token,https://www.elastic.co/guide/en/elasticsearch/reference/{branch}/security-api-invalidate-token.html
595595
security-api-kibana-enrollment,https://www.elastic.co/guide/en/elasticsearch/reference/{branch}/security-api-kibana-enrollment.html
596596
security-api-node-enrollment,https://www.elastic.co/guide/en/elasticsearch/reference/{branch}/security-api-node-enrollment.html
597+
security-api-oidc-authenticate,https://www.elastic.co/guide/en/elasticsearch/reference/{branch}/security-api-oidc-authenticate.html
598+
security-api-oidc-logout,https://www.elastic.co/guide/en/elasticsearch/reference/{branch}/security-api-oidc-logout.html
599+
security-api-oidc-prepare,https://www.elastic.co/guide/en/elasticsearch/reference/{branch}/security-api-oidc-prepare-authentication.html
597600
security-api-put-privileges,https://www.elastic.co/guide/en/elasticsearch/reference/{branch}/security-api-put-privileges.html
598601
security-api-put-role-mapping,https://www.elastic.co/guide/en/elasticsearch/reference/{branch}/security-api-put-role-mapping.html
599602
security-api-put-role,https://www.elastic.co/guide/en/elasticsearch/reference/{branch}/security-api-put-role.html
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
# summary: connector/apis/check-in-connector-api.asciidoc:73
2+
# description: ''
3+
# type: response
4+
# response_code: ''
5+
value: "{\n \"result\": \"updated\"\n}"
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
# summary: connector/apis/delete-connector-api.asciidoc:74
2+
# description: ''
3+
# type: response
4+
# response_code: ''
5+
value: "{\n \"acknowledged\": true\n}"
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
# summary: connector/apis/update-connector-last-sync-api.asciidoc:115
2+
# method_request: PUT _connector/my-connector/_last_sync
3+
# description: ''
4+
# type: request
5+
value:
6+
"{\n \"last_access_control_sync_error\": \"Houston, we have a problem!\"\
7+
,\n \"last_access_control_sync_scheduled_at\": \"2023-11-09T15:13:08.231Z\",\n\
8+
\ \"last_access_control_sync_status\": \"pending\",\n \"last_deleted_document_count\"\
9+
: 42,\n \"last_incremental_sync_scheduled_at\": \"2023-11-09T15:13:08.231Z\"\
10+
,\n \"last_indexed_document_count\": 42,\n \"last_sync_error\": \"Houston,\
11+
\ we have a problem!\",\n \"last_sync_scheduled_at\": \"2024-11-09T15:13:08.231Z\"\
12+
,\n \"last_sync_status\": \"completed\",\n \"last_synced\": \"2024-11-09T15:13:08.231Z\"\
13+
\n}"
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# summary: connector/apis/create-connector-api.asciidoc:20
2+
# method_request: PUT _connector/my-connector
3+
# description: ''
4+
# type: request
5+
value:
6+
"{\n \"index_name\": \"search-google-drive\",\n \"name\": \"My Connector\"\
7+
,\n \"service_type\": \"google_drive\"\n}"
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# summary: connector/apis/create-connector-api.asciidoc:111
2+
# method_request: PUT _connector/my-connector
3+
# description: ''
4+
# type: request
5+
value:
6+
"{\n \"index_name\": \"search-google-drive\",\n \"name\": \"My Connector\"\
7+
,\n \"description\": \"My Connector to sync data to Elastic index from Google Drive\"\
8+
,\n \"service_type\": \"google_drive\",\n \"language\": \"english\"\n}"

0 commit comments

Comments
 (0)