Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
66 changes: 0 additions & 66 deletions output/schema/validation-errors.json
Original file line number Diff line number Diff line change
@@ -1,71 +1,5 @@
{
"endpointErrors": {
"cat.count": {
"request": [
"Request: query parameter 'project_routing' does not exist in the json spec"
],
"response": []
},
"count": {
"request": [
"Request: query parameter 'project_routing' does not exist in the json spec"
],
"response": []
},
"eql.search": {
"request": [
"Request: query parameter 'project_routing' does not exist in the json spec"
],
"response": []
},
"field_caps": {
"request": [
"Request: query parameter 'project_routing' does not exist in the json spec"
],
"response": []
},
"indices.resolve_index": {
"request": [
"Request: query parameter 'project_routing' does not exist in the json spec"
],
"response": []
},
"msearch": {
"request": [
"Request: query parameter 'project_routing' does not exist in the json spec"
],
"response": []
},
"msearch_template": {
"request": [
"Request: query parameter 'project_routing' does not exist in the json spec"
],
"response": []
},
"open_point_in_time": {
"request": [
"Request: query parameter 'project_routing' does not exist in the json spec"
],
"response": []
},
"search_mvt": {
"request": [
"Request: query parameter 'project_routing' does not exist in the json spec"
],
"response": []
},
"search_template": {
"request": [
"Request: query parameter 'project_routing' does not exist in the json spec"
],
"response": []
},
"sql.query": {
"request": [
"Request: query parameter 'project_routing' does not exist in the json spec"
],
"response": []
},
"streams.status": {
"request": [
"Request: query parameter 'master_timeout' does not exist in the json spec",
Expand Down
4 changes: 4 additions & 0 deletions specification/_json_spec/cat.count.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,10 @@
"description": "Return help information",
"default": false
},
"project_routing": {
"type": "string",
"description": "A Lucene query using project metadata tags to limit which projects to search, such as _alias:_origin or _alias:*pr*. Only supported in serverless."
},
"s": {
"type": "list",
"description": "Comma-separated list of column names or column aliases to sort by"
Expand Down
4 changes: 4 additions & 0 deletions specification/_json_spec/count.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,10 @@
"type": "string",
"description": "Specify the node or shard the operation should be performed on (default: random)"
},
"project_routing": {
"type": "string",
"description": "A Lucene query using project metadata tags to limit which projects to search, such as _alias:_origin or _alias:*pr*. Only supported in serverless."
},
"routing": {
"type": "list",
"description": "A comma-separated list of specific routing values"
Expand Down
4 changes: 4 additions & 0 deletions specification/_json_spec/eql.search.json
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,10 @@
"options": ["open", "closed", "hidden", "none", "all"],
"default": "open",
"description": "Whether to expand wildcard expression to concrete indices that are open, closed or both."
},
"project_routing": {
"type": "string",
"description": "A Lucene query using project metadata tags to limit which projects to search, such as _alias:_origin or _alias:*pr*. Only supported in serverless."
}
},
"body": {
Expand Down
4 changes: 4 additions & 0 deletions specification/_json_spec/field_caps.json
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,10 @@
"type": "boolean",
"default": true,
"description": "Include empty fields in result"
},
"project_routing": {
"type": "string",
"description": "A Lucene query using project metadata tags to limit which projects to search, such as _alias:_origin or _alias:*pr*. Only supported in serverless."
}
},
"body": {
Expand Down
4 changes: 4 additions & 0 deletions specification/_json_spec/indices.resolve_index.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,10 @@
"options": ["standard", "time_series", "logsdb", "lookup"],
"default": "",
"description": "Filter indices by index mode. Comma-separated list of IndexMode. Empty means no filter."
},
"project_routing": {
"type": "string",
"description": "A Lucene query using project metadata tags to limit which projects to search, such as _alias:_origin or _alias:*pr*. Only supported in serverless."
}
}
}
Expand Down
4 changes: 4 additions & 0 deletions specification/_json_spec/msearch.json
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,10 @@
"default": "open",
"description": "Whether to expand wildcard expression to concrete indices that are open, closed or both."
},
"project_routing": {
"type": "string",
"description": "A Lucene query using project metadata tags to limit which projects to search, such as _alias:_origin or _alias:*pr*. Only supported in serverless."
},
"routing": {
"type": "list",
"description": "A comma-separated list of specific routing values"
Expand Down
4 changes: 4 additions & 0 deletions specification/_json_spec/msearch_template.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,10 @@
"type": "boolean",
"description": "Indicates whether network round-trips should be minimized as part of cross-cluster search requests execution",
"default": "true"
},
"project_routing": {
"type": "string",
"description": "A Lucene query using project metadata tags to limit which projects to search, such as _alias:_origin or _alias:*pr*. Only supported in serverless."
}
},
"body": {
Expand Down
4 changes: 4 additions & 0 deletions specification/_json_spec/open_point_in_time.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,10 @@
"type": "number",
"description": "The number of concurrent shard requests per node executed concurrently when opening this point-in-time. This value should be used to limit the impact of opening the point-in-time on the cluster",
"default": 5
},
"project_routing": {
"type": "string",
"description": "A Lucene query using project metadata tags to limit which projects to search, such as _alias:_origin or _alias:*pr*. Only supported in serverless."
}
},
"body": {
Expand Down
4 changes: 4 additions & 0 deletions specification/_json_spec/search_mvt.json
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,10 @@
"description": "Aggregation used to create a grid for `field`.",
"default": "geotile"
},
"project_routing": {
"type": "string",
"description": "A Lucene query using project metadata tags to limit which projects to search, such as _alias:_origin or _alias:*pr*. Only supported in serverless."
},
"size": {
"type": "int",
"description": "Maximum number of features to return in the hits layer. Accepts 0-10000.",
Expand Down
4 changes: 4 additions & 0 deletions specification/_json_spec/search_template.json
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,10 @@
"type": "boolean",
"description": "Indicates whether network round-trips should be minimized as part of cross-cluster search requests execution",
"default": "true"
},
"project_routing": {
"type": "string",
"description": "A Lucene query using project metadata tags to limit which projects to search, such as _alias:_origin or _alias:*pr*. Only supported in serverless."
}
},
"body": {
Expand Down
4 changes: 4 additions & 0 deletions specification/_json_spec/sql.query.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,10 @@
"format": {
"type": "string",
"description": "a short version of the Accept header, e.g. json, yaml"
},
"project_routing": {
"type": "string",
"description": "A Lucene query using project metadata tags to limit which projects to search, such as _alias:_origin or _alias:*pr*. Only supported in serverless."
}
},
"body": {
Expand Down