[7.x] json spec - add description for searchable snapshots (#55746) (#55809)

This commit is contained in:
Jake Landis 2020-04-27 10:08:09 -05:00 committed by GitHub
parent 22a98ec279
commit 6f392cf5b9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
5 changed files with 8 additions and 8 deletions

View File

@ -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'

View File

@ -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": {

View File

@ -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": {

View File

@ -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": {

View File

@ -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": {