Skip to content

Commit 9ccf819

Browse files
more examples missed in previous commit
1 parent 85136cf commit 9ccf819

File tree

180 files changed

+561
-252
lines changed

Some content is hidden

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

180 files changed

+561
-252
lines changed

output/openapi/elasticsearch-openapi.json

Lines changed: 176 additions & 50 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: 116 additions & 32 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: 229 additions & 165 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
method_request: POST _delete_by_query/r1A2WoRbTwKZ516z6NEs5A:36619/_rethrottle?requests_per_second=-1
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
method_request: DELETE _scripts/my-search-template
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
method_request: HEAD my-index-000001/_source/1
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
method_request: GET _scripts/my-search-template
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
method_request: GET _script_context
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
method_request: GET _script_language
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
method_request: GET my-index-000001/_source/1
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
method_request: GET _health_report
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
method_request: GET my-index-000001/_msearch
2+
description: An example body for a `GET my-index-000001/_msearch` request.
3+
value: |-
4+
{ }
5+
{"query" : {"match" : { "message": "this is a test"}}}
6+
{"index": "my-index-000002"}
7+
{"query" : {"match_all" : {}}}
Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
method_request: GET /my-index-000001/_rank_eval
2+
description: An example body for a `GET /my-index-000001/_rank_eval` request.
3+
value: |-
4+
{
5+
"requests": [
6+
{
7+
"id": "JFK query",
8+
"request": { "query": { "match_all": {} } },
9+
"ratings": []
10+
} ],
11+
"metric": {
12+
"precision": {
13+
"k": 20,
14+
"relevant_rating_threshold": 1,
15+
"ignore_unlabeled": false
16+
}
17+
}
18+
}
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
method_request: POST _reindex/r1A2WoRbTwKZ516z6NEs5A:36619/_rethrottle?requests_per_second=-1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
method_request: POST _update_by_query/r1A2WoRbTwKZ516z6NEs5A:36619/_rethrottle?requests_per_second=-1
Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,24 +4,24 @@ value: |-
44
{
55
"source": {
66
"index": [
7-
"kibana_sample_data_flights" <1>
7+
"kibana_sample_data_flights"
88
],
9-
"query": { <2>
9+
"query": {
1010
"range": {
1111
"DistanceKilometers": {
1212
"gt": 0
1313
}
1414
}
1515
},
16-
"_source": { <3>
16+
"_source": {
1717
"includes": [],
1818
"excludes": [
1919
"FlightDelay",
2020
"FlightDelayType"
2121
]
2222
}
2323
},
24-
"dest": { <4>
24+
"dest": {
2525
"index": "df-flight-delays",
2626
"results_field": "ml-results"
2727
},
@@ -31,7 +31,7 @@ value: |-
3131
"training_percent": 90
3232
}
3333
},
34-
"analyzed_fields": { <5>
34+
"analyzed_fields": {
3535
"includes": [],
3636
"excludes": [
3737
"FlightNum"

0 commit comments

Comments
 (0)