Skip to content

Commit c0a1eac

Browse files
authored
Merge branch 'main' into lcawl/security-ccr
2 parents 4bf9135 + b2c8ea5 commit c0a1eac

File tree

14 files changed

+690
-18
lines changed

14 files changed

+690
-18
lines changed

docs/overlays/elasticsearch-openapi-overlays.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,14 @@ actions:
99
update:
1010
title: Elasticsearch API
1111
description: >
12+
Elasticsearch provides REST APIs that are used by the UI components and can be called directly to configure and access Elasticsearch features.
13+
1214
## Documentation source and versions
1315
1416
This documentation is derived from the `main` branch of the [elasticsearch-specification](https://github.com/elastic/elasticsearch-specification) repository.
1517
It is provided under license [Attribution-NonCommercial-NoDerivatives 4.0 International](https://creativecommons.org/licenses/by-nc-nd/4.0/).
18+
19+
This documentation contains work-in-progress information for future Elastic Stack releases.
1620
x-doc-license:
1721
name: Attribution-NonCommercial-NoDerivatives 4.0 International
1822
url: 'https://creativecommons.org/licenses/by-nc-nd/4.0/'

docs/overlays/elasticsearch-shared-overlays.yaml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1050,6 +1050,17 @@ actions:
10501050
externalDocs:
10511051
url: https://www.elastic.co/guide/en/elasticsearch/reference/master/query-dsl.html
10521052
description: Query DSL
1053+
- target: "$.components['schemas']['_global.search._types:FieldCollapse']"
1054+
description: Add x-model and externalDocs
1055+
update:
1056+
x-model: true
1057+
externalDocs:
1058+
url: https://www.elastic.co/guide/en/elasticsearch/reference/master/collapse-search-results.html
1059+
- target: "$.components['schemas']['_global.msearch:MultisearchBody'].properties"
1060+
description: Add x-model
1061+
update:
1062+
aggregations:
1063+
x-model: true
10531064
# Examples
10541065
- target: "$.components['requestBodies']['async_search.submit']"
10551066
description: "Add example for asynch search submit request"

output/openapi/elasticsearch-openapi.json

Lines changed: 90 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

output/openapi/elasticsearch-serverless-openapi.json

Lines changed: 90 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)