Skip to content

Commit d6d37e4

Browse files
authored
Merge branch 'main' into graph-api-summary
2 parents 828ad53 + ccf7d61 commit d6d37e4

File tree

42 files changed

+649
-359
lines changed

Some content is hidden

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

42 files changed

+649
-359
lines changed

output/openapi/elasticsearch-openapi.json

Lines changed: 145 additions & 65 deletions
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: 118 additions & 46 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

output/schema/schema-serverless.json

Lines changed: 137 additions & 97 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: 160 additions & 118 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: 2 additions & 2 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: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -151,6 +151,7 @@ eql-sequences,https://www.elastic.co/guide/en/elasticsearch/reference/{branch}/e
151151
eql-missing-events,https://www.elastic.co/guide/en/elasticsearch/reference/{branch}/eql-syntax.html#eql-missing-events
152152
eql-syntax,https://www.elastic.co/guide/en/elasticsearch/reference/{branch}/eql-syntax.html
153153
eql,https://www.elastic.co/guide/en/elasticsearch/reference/{branch}/eql.html
154+
esql,https://www.elastic.co/guide/en/elasticsearch/reference/{branch}/esql.html
154155
esql-query,https://www.elastic.co/guide/en/elasticsearch/reference/{branch}/esql-rest.html
155156
esql-query-params,https://www.elastic.co/guide/en/elasticsearch/reference/{branch}/esql-rest.html#esql-rest-params
156157
esql-returning-localized-results,https://www.elastic.co/guide/en/elasticsearch/reference/{branch}/esql-rest.html#esql-locale-param
@@ -415,6 +416,7 @@ query-dsl-weighted-tokens-query,https://www.elastic.co/guide/en/elasticsearch/re
415416
query-dsl-wildcard-query,https://www.elastic.co/guide/en/elasticsearch/reference/{branch}/query-dsl-wildcard-query.html
416417
query-dsl-wrapper-query,https://www.elastic.co/guide/en/elasticsearch/reference/{branch}/query-dsl-wrapper-query.html
417418
query-dsl,https://www.elastic.co/guide/en/elasticsearch/reference/{branch}/query-dsl.html
419+
query-rule,https://www.elastic.co/guide/en/elasticsearch/reference/{branch}/search-using-query-rules.html
418420
realtime,https://www.elastic.co/guide/en/elasticsearch/reference/{branch}/docs-get.html#realtime
419421
redact-processor,https://www.elastic.co/guide/en/elasticsearch/reference/{branch}/redact-processor.html
420422
regexp-syntax,https://www.elastic.co/guide/en/elasticsearch/reference/{branch}/regexp-syntax.html

specification/_global/count/CountRequest.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,8 @@ import { QueryContainer } from '@_types/query_dsl/abstractions'
2424
import { Operator } from '@_types/query_dsl/Operator'
2525

2626
/**
27+
* Count search results.
28+
* Get the number of documents matching a query.
2729
* @rest_spec_name count
2830
* @availability stack stability=stable
2931
* @availability serverless stability=stable visibility=public

specification/enrich/execute_policy/ExecuteEnrichPolicyRequest.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,8 @@ import { RequestBase } from '@_types/Base'
2121
import { Name } from '@_types/common'
2222

2323
/**
24-
* Creates the enrich index for an existing enrich policy.
24+
* Run an enrich policy.
25+
* Create the enrich index for an existing enrich policy.
2526
* @doc_id execute-enrich-policy-api
2627
* @rest_spec_name enrich.execute_policy
2728
* @availability stack since=7.5.0 stability=stable

specification/eql/delete/EqlDeleteRequest.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,8 @@ import { RequestBase } from '@_types/Base'
2121
import { Id } from '@_types/common'
2222

2323
/**
24-
* Deletes an async EQL search or a stored synchronous EQL search.
24+
* Delete an async EQL search.
25+
* Delete an async EQL search or a stored synchronous EQL search.
2526
* The API also deletes results for the search.
2627
* @rest_spec_name eql.delete
2728
* @availability stack since=7.9.0 stability=stable

specification/eql/get/EqlGetRequest.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,8 @@ import { Id } from '@_types/common'
2222
import { Duration } from '@_types/Time'
2323

2424
/**
25-
* Returns the current status and available results for an async EQL search or a stored synchronous EQL search.
25+
* Get async EQL search results.
26+
* Get the current status and available results for an async EQL search or a stored synchronous EQL search.
2627
* @doc_id eql-async-search-api
2728
* @rest_spec_name eql.get
2829
* @availability stack since=7.9.0 stability=stable

0 commit comments

Comments
 (0)