Skip to content

Commit b5889e1

Browse files
authored
Merge branch '9.1' into backport-5677-to-9.1
2 parents 41c9e1e + d50c1fe commit b5889e1

File tree

4 files changed

+11
-46
lines changed

4 files changed

+11
-46
lines changed

output/schema/schema.json

Lines changed: 2 additions & 30 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: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
{
2-
"endpointErrors": {},
2+
"endpointErrors": {
3+
"monitoring.bulk": {
4+
"request": [
5+
"Request: different number of urls in the json spec",
6+
"Request: missing json spec path parameter 'type'"
7+
],
8+
"response": []
9+
}
10+
},
311
"generalErrors": [
412
"Dangling type '_global.scripts_painless_execute:PainlessExecutionPosition'",
513
"Dangling type '_global.scripts_painless_execute:PainlessScript'",

output/typescript/types.ts

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

specification/monitoring/bulk/BulkMonitoringRequest.ts

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -34,31 +34,17 @@ export interface Request<TDocument, TPartialDocument> extends RequestBase {
3434
{
3535
path: '/_monitoring/bulk'
3636
methods: ['POST', 'PUT']
37-
},
38-
{
39-
/** @deprecated 7.0.0 Specifying types in urls has been deprecated */
40-
path: '/_monitoring/{type}/bulk'
41-
methods: ['POST', 'PUT']
4237
}
4338
]
44-
path_parts: {
45-
/**
46-
* @deprecated 7.0.0
47-
*/
48-
type?: string
49-
}
50-
5139
query_parameters: {
5240
/**
5341
* Identifier of the monitored system
5442
*/
5543
system_id: string
56-
5744
/**
5845
*
5946
*/
6047
system_api_version: string
61-
6248
/**
6349
* Collection interval (e.g., '10s' or '10000ms') of the payload
6450
*/

0 commit comments

Comments
 (0)