This commit is contained in:
parent
22a98ec279
commit
6f392cf5b9
|
@ -157,10 +157,6 @@ testClusters.integTest {
|
|||
}
|
||||
|
||||
validateRestSpec {
|
||||
ignore 'searchable_snapshots.mount.json'
|
||||
ignore 'searchable_snapshots.clear_cache.json'
|
||||
ignore 'searchable_snapshots.stats.json'
|
||||
ignore 'searchable_snapshots.repository_stats.json'
|
||||
ignore 'autoscaling.delete_autoscaling_policy.json'
|
||||
ignore 'autoscaling.get_autoscaling_policy.json'
|
||||
ignore 'autoscaling.put_autoscaling_policy.json'
|
||||
|
|
|
@ -1,7 +1,8 @@
|
|||
{
|
||||
"searchable_snapshots.clear_cache": {
|
||||
"documentation": {
|
||||
"url": "https://www.elastic.co/guide/en/elasticsearch/reference/current/searchable-snapshots-api-clear-cache.html"
|
||||
"url": "https://www.elastic.co/guide/en/elasticsearch/reference/current/searchable-snapshots-api-clear-cache.html",
|
||||
"description" : "Clear the cache of searchable snapshots."
|
||||
},
|
||||
"stability": "experimental",
|
||||
"url": {
|
||||
|
|
|
@ -1,7 +1,8 @@
|
|||
{
|
||||
"searchable_snapshots.mount": {
|
||||
"documentation": {
|
||||
"url": "https://www.elastic.co/guide/en/elasticsearch/reference/current/searchable-snapshots-api-mount-snapshot"
|
||||
"url": "https://www.elastic.co/guide/en/elasticsearch/reference/current/searchable-snapshots-api-mount-snapshot.html",
|
||||
"description": "Mount a snapshot as a searchable index."
|
||||
},
|
||||
"stability": "experimental",
|
||||
"url": {
|
||||
|
|
|
@ -1,7 +1,8 @@
|
|||
{
|
||||
"searchable_snapshots.repository_stats": {
|
||||
"documentation": {
|
||||
"url": "https://www.elastic.co/guide/en/elasticsearch/reference/master/searchable-snapshots-repository-stats.html"
|
||||
"url": "https://www.elastic.co/guide/en/elasticsearch/reference/current/searchable-snapshots-repository-stats.html",
|
||||
"description": "Retrieve usage statistics about a snapshot repository."
|
||||
},
|
||||
"stability": "experimental",
|
||||
"url": {
|
||||
|
|
|
@ -1,7 +1,8 @@
|
|||
{
|
||||
"searchable_snapshots.stats": {
|
||||
"documentation": {
|
||||
"url": "https://www.elastic.co/guide/en/elasticsearch/reference/current/searchable-snapshots-api-stats.html"
|
||||
"url": "https://www.elastic.co/guide/en/elasticsearch/reference/current/searchable-snapshots-api-stats.html",
|
||||
"description": "Retrieve various statistics about searchable snapshots."
|
||||
},
|
||||
"stability": "experimental",
|
||||
"url": {
|
||||
|
|
Loading…
Reference in New Issue