Skip to content

Commit

Permalink
Added some overrides and doc links fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
yuliacech committed Jul 9, 2021
1 parent fdc76e0 commit c05c14e
Show file tree
Hide file tree
Showing 15 changed files with 74 additions and 11 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"cluster.get_component_template": {
"url_params": {
"flat_settings": "__flag__",
"master_timeout": "",
"local": "__flag__"
},
Expand All @@ -11,6 +12,6 @@
"_component_template",
"_component_template/{name}"
],
"documentation": "https://www.elastic.co/guide/en/elasticsearch/reference/master/indices-component-template.html"
"documentation": "https://www.elastic.co/guide/en/elasticsearch/reference/master/getting-component-templates.html"
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
"cluster.put_component_template": {
"url_params": {
"create": "__flag__",
"timeout": "",
"master_timeout": ""
},
"methods": [
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@
"patterns": [
"_eql/search/status/{id}"
],
"documentation": "https://www.elastic.co/guide/en/elasticsearch/reference/current/eql-search-api.html"
"documentation": "https://www.elastic.co/guide/en/elasticsearch/reference/current/get-async-eql-status-api.html"
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@
"patterns": [
"_features/_reset"
],
"documentation": "https://www.elastic.co/guide/en/elasticsearch/reference/master/modules-snapshots.html"
"documentation": "https://www.elastic.co/guide/en/elasticsearch/reference/master/reset-features-api.html"
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
],
"patterns": [
"{indices}/_fleet/global_checkpoints"
]
],
"documentation": "https://www.elastic.co/guide/en/elasticsearch/reference/master/get-global-checkpoints.html"
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@
"POST"
],
"patterns": [
"_ml/find_file_structure"
"_text_structure/find_structure"
],
"documentation": "https://www.elastic.co/guide/en/elasticsearch/reference/current/ml-find-file-structure.html"
"documentation": "https://www.elastic.co/guide/en/elasticsearch/reference/current/find-structure.html"
}
}
Original file line number Diff line number Diff line change
@@ -1,12 +1,15 @@
{
"searchable_snapshots.cache_stats": {
"url_params": {
"master_timeout": ""
},
"methods": [
"GET"
],
"patterns": [
"_searchable_snapshots/cache/stats",
"_searchable_snapshots/{nodes}/cache/stats"
],
"documentation": "https://www.elastic.co/guide/en/elasticsearch/reference/master/searchable-snapshots-apis.html"
"documentation": "https://www.elastic.co/guide/en/elasticsearch/reference/master/searchable-snapshots-api-cache-stats.html"
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,6 @@
"_searchable_snapshots/stats",
"{indices}/_searchable_snapshots/stats"
],
"documentation": "https://www.elastic.co/guide/en/elasticsearch/reference/master/searchable-snapshots-apis.html"
"documentation": "https://www.elastic.co/guide/en/elasticsearch/reference/master/searchable-snapshots-api-stats.html"
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,11 @@
"master_timeout": "",
"ignore_unavailable": "__flag__",
"index_details": "__flag__",
"include_repository": "__flag__",
"verbose": "__flag__"
"verbose": "__flag__",
"sort": ["start_time", "duration", "name", "index_count"],
"size": "",
"order": "",
"after": ""
},
"methods": [
"GET"
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
{
"security.saml_authenticate": {
"data_autocomplete_rules": {
"content": "",
"ids": [],
"realm": ""
}
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"security.saml_complete_logout": {
"data_autocomplete_rules": {
"realm": "",
"ids": [],
"query_string": "",
"content": ""
}
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
{
"security.saml_invalidate": {
"data_autocomplete_rules": {
"query_string": "",
"acs": "",
"realm": ""
}
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{
"security.saml_logout": {
"data_autocomplete_rules": {
"token": "",
"refresh_token": ""
}
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{
"security.saml_prepare_authentication": {
"data_autocomplete_rules": {
"acs": "",
"realm": ""
}
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
{
"terms_enum": {
"data_autocomplete_rules": {
"field": "",
"string": "",
"size": "",
"timeout": "",
"case_insensitive": { "__one_of": [true, false] },
"index_filter": ""
}
}
}

0 comments on commit c05c14e

Please sign in to comment.