-
Notifications
You must be signed in to change notification settings - Fork 8.2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Added console definitions for OSS. (#66630)
* Added console definitions for OSS. * Ran the script for X-Pack. Primarily documentation updates. * Added settings property to transforms via overrides. * Added overrides per the endpoints that are new or have new autocompletions. * Minor fix to autocomplete Co-authored-by: Elastic Machine <elasticmachine@users.noreply.github.com> Co-authored-by: Jean-Louis Leysens <jloleysens@gmail.com>
- Loading branch information
1 parent
ceebc7a
commit 6178af2
Showing
99 changed files
with
654 additions
and
99 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
14 changes: 14 additions & 0 deletions
14
...e/server/lib/spec_definitions/json/generated/cluster.delete_voting_config_exclusions.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
{ | ||
"cluster.delete_voting_config_exclusions": { | ||
"url_params": { | ||
"wait_for_removal": "__flag__" | ||
}, | ||
"methods": [ | ||
"DELETE" | ||
], | ||
"patterns": [ | ||
"_cluster/voting_config_exclusions" | ||
], | ||
"documentation": "https://www.elastic.co/guide/en/elasticsearch/reference/master/voting-config-exclusions.html" | ||
} | ||
} |
15 changes: 15 additions & 0 deletions
15
...console/server/lib/spec_definitions/json/generated/cluster.exists_component_template.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
{ | ||
"cluster.exists_component_template": { | ||
"url_params": { | ||
"master_timeout": "", | ||
"local": "__flag__" | ||
}, | ||
"methods": [ | ||
"HEAD" | ||
], | ||
"patterns": [ | ||
"_component_template/{name}" | ||
], | ||
"documentation": "https://www.elastic.co/guide/en/elasticsearch/reference/master/indices-component-templates.html" | ||
} | ||
} |
16 changes: 16 additions & 0 deletions
16
...ns/console/server/lib/spec_definitions/json/generated/cluster.get_component_template.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
{ | ||
"cluster.get_component_template": { | ||
"url_params": { | ||
"master_timeout": "", | ||
"local": "__flag__" | ||
}, | ||
"methods": [ | ||
"GET" | ||
], | ||
"patterns": [ | ||
"_component_template", | ||
"_component_template/{name}" | ||
], | ||
"documentation": "https://www.elastic.co/guide/en/elasticsearch/reference/master/indices-component-templates.html" | ||
} | ||
} |
16 changes: 16 additions & 0 deletions
16
...ole/server/lib/spec_definitions/json/generated/cluster.post_voting_config_exclusions.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
{ | ||
"cluster.post_voting_config_exclusions": { | ||
"url_params": { | ||
"node_ids": "", | ||
"node_names": "", | ||
"timeout": "" | ||
}, | ||
"methods": [ | ||
"POST" | ||
], | ||
"patterns": [ | ||
"_cluster/voting_config_exclusions" | ||
], | ||
"documentation": "https://www.elastic.co/guide/en/elasticsearch/reference/master/voting-config-exclusions.html" | ||
} | ||
} |
17 changes: 17 additions & 0 deletions
17
...ns/console/server/lib/spec_definitions/json/generated/cluster.put_component_template.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
{ | ||
"cluster.put_component_template": { | ||
"url_params": { | ||
"create": "__flag__", | ||
"timeout": "", | ||
"master_timeout": "" | ||
}, | ||
"methods": [ | ||
"PUT", | ||
"POST" | ||
], | ||
"patterns": [ | ||
"_component_template/{name}" | ||
], | ||
"documentation": "https://www.elastic.co/guide/en/elasticsearch/reference/master/indices-component-templates.html" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
11 changes: 11 additions & 0 deletions
11
...lugins/console/server/lib/spec_definitions/json/generated/indices.create_data_stream.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
{ | ||
"indices.create_data_stream": { | ||
"methods": [ | ||
"PUT" | ||
], | ||
"patterns": [ | ||
"_data_stream/{name}" | ||
], | ||
"documentation": "https://www.elastic.co/guide/en/elasticsearch/reference/master/data-streams.html" | ||
} | ||
} |
11 changes: 11 additions & 0 deletions
11
...lugins/console/server/lib/spec_definitions/json/generated/indices.delete_data_stream.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
{ | ||
"indices.delete_data_stream": { | ||
"methods": [ | ||
"DELETE" | ||
], | ||
"patterns": [ | ||
"_data_stream/{name}" | ||
], | ||
"documentation": "https://www.elastic.co/guide/en/elasticsearch/reference/master/data-streams.html" | ||
} | ||
} |
15 changes: 15 additions & 0 deletions
15
...ins/console/server/lib/spec_definitions/json/generated/indices.delete_index_template.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
{ | ||
"indices.delete_index_template": { | ||
"url_params": { | ||
"timeout": "", | ||
"master_timeout": "" | ||
}, | ||
"methods": [ | ||
"DELETE" | ||
], | ||
"patterns": [ | ||
"_index_template/{name}" | ||
], | ||
"documentation": "https://www.elastic.co/guide/en/elasticsearch/reference/master/indices-templates.html" | ||
} | ||
} |
16 changes: 16 additions & 0 deletions
16
...ins/console/server/lib/spec_definitions/json/generated/indices.exists_index_template.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
{ | ||
"indices.exists_index_template": { | ||
"url_params": { | ||
"flat_settings": "__flag__", | ||
"master_timeout": "", | ||
"local": "__flag__" | ||
}, | ||
"methods": [ | ||
"HEAD" | ||
], | ||
"patterns": [ | ||
"_index_template/{name}" | ||
], | ||
"documentation": "https://www.elastic.co/guide/en/elasticsearch/reference/master/indices-templates.html" | ||
} | ||
} |
12 changes: 12 additions & 0 deletions
12
src/plugins/console/server/lib/spec_definitions/json/generated/indices.get_data_streams.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
{ | ||
"indices.get_data_streams": { | ||
"methods": [ | ||
"GET" | ||
], | ||
"patterns": [ | ||
"_data_streams", | ||
"_data_streams/{name}" | ||
], | ||
"documentation": "https://www.elastic.co/guide/en/elasticsearch/reference/master/data-streams.html" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
17 changes: 17 additions & 0 deletions
17
...lugins/console/server/lib/spec_definitions/json/generated/indices.get_index_template.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
{ | ||
"indices.get_index_template": { | ||
"url_params": { | ||
"flat_settings": "__flag__", | ||
"master_timeout": "", | ||
"local": "__flag__" | ||
}, | ||
"methods": [ | ||
"GET" | ||
], | ||
"patterns": [ | ||
"_index_template", | ||
"_index_template/{name}" | ||
], | ||
"documentation": "https://www.elastic.co/guide/en/elasticsearch/reference/master/indices-templates.html" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
17 changes: 17 additions & 0 deletions
17
...lugins/console/server/lib/spec_definitions/json/generated/indices.put_index_template.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
{ | ||
"indices.put_index_template": { | ||
"url_params": { | ||
"create": "__flag__", | ||
"cause": "", | ||
"master_timeout": "" | ||
}, | ||
"methods": [ | ||
"PUT", | ||
"POST" | ||
], | ||
"patterns": [ | ||
"_index_template/{name}" | ||
], | ||
"documentation": "https://www.elastic.co/guide/en/elasticsearch/reference/master/indices-templates.html" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
16 changes: 16 additions & 0 deletions
16
...s/console/server/lib/spec_definitions/json/generated/indices.simulate_index_template.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
{ | ||
"indices.simulate_index_template": { | ||
"url_params": { | ||
"create": "__flag__", | ||
"cause": "", | ||
"master_timeout": "" | ||
}, | ||
"methods": [ | ||
"POST" | ||
], | ||
"patterns": [ | ||
"_index_template/_simulate_index/{name}" | ||
], | ||
"documentation": "https://www.elastic.co/guide/en/elasticsearch/reference/master/indices-templates.html" | ||
} | ||
} |
Oops, something went wrong.