diff --git a/x-pack/plugin/src/test/resources/rest-api-spec/api/ilm.delete_lifecycle.json b/x-pack/plugin/src/test/resources/rest-api-spec/api/ilm.delete_lifecycle.json index 4deaaaffc15b4..cee1660fb1f84 100644 --- a/x-pack/plugin/src/test/resources/rest-api-spec/api/ilm.delete_lifecycle.json +++ b/x-pack/plugin/src/test/resources/rest-api-spec/api/ilm.delete_lifecycle.json @@ -1,6 +1,6 @@ { "ilm.delete_lifecycle": { - "documentation": "http://www.elastic.co/guide/en/index_lifecycle/current/index_lifecycle.html", + "documentation": "https://www.elastic.co/guide/en/elasticsearch/reference/current/ilm-delete-lifecycle.html", "methods": [ "DELETE" ], "url": { "path": "/_ilm/policy/{policy}", diff --git a/x-pack/plugin/src/test/resources/rest-api-spec/api/ilm.explain_lifecycle.json b/x-pack/plugin/src/test/resources/rest-api-spec/api/ilm.explain_lifecycle.json index de1b0deb5b9e0..fc55f40962903 100644 --- a/x-pack/plugin/src/test/resources/rest-api-spec/api/ilm.explain_lifecycle.json +++ b/x-pack/plugin/src/test/resources/rest-api-spec/api/ilm.explain_lifecycle.json @@ -1,6 +1,6 @@ { "ilm.explain_lifecycle": { - "documentation": "http://www.elastic.co/guide/en/index_lifecycle/current/index_lifecycle.html", + "documentation": "https://www.elastic.co/guide/en/elasticsearch/reference/current/ilm-explain-lifecycle.html", "methods": [ "GET" ], "url": { "path": "/{index}/_ilm/explain", diff --git a/x-pack/plugin/src/test/resources/rest-api-spec/api/ilm.get_lifecycle.json b/x-pack/plugin/src/test/resources/rest-api-spec/api/ilm.get_lifecycle.json index 9fbabb964792e..3526ff40aee46 100644 --- a/x-pack/plugin/src/test/resources/rest-api-spec/api/ilm.get_lifecycle.json +++ b/x-pack/plugin/src/test/resources/rest-api-spec/api/ilm.get_lifecycle.json @@ -1,6 +1,6 @@ { "ilm.get_lifecycle": { - "documentation": "http://www.elastic.co/guide/en/index_lifecycle/current/index_lifecycle.html", + "documentation": "https://www.elastic.co/guide/en/elasticsearch/reference/current/ilm-get-lifecycle.html", "methods": [ "GET" ], "url": { "path": "/_ilm/policy/{policy}", diff --git a/x-pack/plugin/src/test/resources/rest-api-spec/api/ilm.get_status.json b/x-pack/plugin/src/test/resources/rest-api-spec/api/ilm.get_status.json index 1bf2c1adf0263..70aec541a115b 100644 --- a/x-pack/plugin/src/test/resources/rest-api-spec/api/ilm.get_status.json +++ b/x-pack/plugin/src/test/resources/rest-api-spec/api/ilm.get_status.json @@ -1,6 +1,6 @@ { "ilm.get_status": { - "documentation": "http://www.elastic.co/guide/en/index_lifecycle/current/index_lifecycle.html", + "documentation": "https://www.elastic.co/guide/en/elasticsearch/reference/current/ilm-get-status.html", "methods": [ "GET" ], "url": { "path": "/_ilm/status", diff --git a/x-pack/plugin/src/test/resources/rest-api-spec/api/ilm.put_lifecycle.json b/x-pack/plugin/src/test/resources/rest-api-spec/api/ilm.put_lifecycle.json index f23b3b3eb1537..4d93becbcc9a2 100644 --- a/x-pack/plugin/src/test/resources/rest-api-spec/api/ilm.put_lifecycle.json +++ b/x-pack/plugin/src/test/resources/rest-api-spec/api/ilm.put_lifecycle.json @@ -1,6 +1,6 @@ { "ilm.put_lifecycle": { - "documentation": "http://www.elastic.co/guide/en/index_lifecycle/current/index_lifecycle.html", + "documentation": "https://www.elastic.co/guide/en/elasticsearch/reference/current/ilm-put-lifecycle.html", "methods": [ "PUT" ], "url": { "path": "/_ilm/policy/{policy}", diff --git a/x-pack/plugin/src/test/resources/rest-api-spec/api/ilm.remove_policy.json b/x-pack/plugin/src/test/resources/rest-api-spec/api/ilm.remove_policy.json index e05cd5df02282..41f4883b8e793 100644 --- a/x-pack/plugin/src/test/resources/rest-api-spec/api/ilm.remove_policy.json +++ b/x-pack/plugin/src/test/resources/rest-api-spec/api/ilm.remove_policy.json @@ -1,6 +1,6 @@ { "ilm.remove_policy": { - "documentation": "http://www.elastic.co/guide/en/index_lifecycle/current/index_lifecycle.html", + "documentation": "https://www.elastic.co/guide/en/elasticsearch/reference/current/ilm-delete-policy.html", "methods": [ "POST" ], "url": { "path": "/{index}/_ilm/remove", diff --git a/x-pack/plugin/src/test/resources/rest-api-spec/api/ilm.retry.json b/x-pack/plugin/src/test/resources/rest-api-spec/api/ilm.retry.json index af3e7fd43eb56..41edd6a83c2eb 100644 --- a/x-pack/plugin/src/test/resources/rest-api-spec/api/ilm.retry.json +++ b/x-pack/plugin/src/test/resources/rest-api-spec/api/ilm.retry.json @@ -1,6 +1,6 @@ { "ilm.retry": { - "documentation": "http://www.elastic.co/guide/en/index_lifecycle/current/index_lifecycle.html", + "documentation": "https://www.elastic.co/guide/en/elasticsearch/reference/current/ilm-retry-policy.html", "methods": [ "POST" ], "url": { "path": "/{index}/_ilm/retry", diff --git a/x-pack/plugin/src/test/resources/rest-api-spec/api/ilm.start.json b/x-pack/plugin/src/test/resources/rest-api-spec/api/ilm.start.json index 0f2c6e347c452..d20b3187b7e33 100644 --- a/x-pack/plugin/src/test/resources/rest-api-spec/api/ilm.start.json +++ b/x-pack/plugin/src/test/resources/rest-api-spec/api/ilm.start.json @@ -1,6 +1,6 @@ { "ilm.start": { - "documentation": "http://www.elastic.co/guide/en/index_lifecycle/current/index_lifecycle.html", + "documentation": "https://www.elastic.co/guide/en/elasticsearch/reference/current/ilm-start.html", "methods": [ "POST" ], "url": { "path": "/_ilm/start", diff --git a/x-pack/plugin/src/test/resources/rest-api-spec/api/ilm.stop.json b/x-pack/plugin/src/test/resources/rest-api-spec/api/ilm.stop.json index f4d6526765971..eaf75a885b8aa 100644 --- a/x-pack/plugin/src/test/resources/rest-api-spec/api/ilm.stop.json +++ b/x-pack/plugin/src/test/resources/rest-api-spec/api/ilm.stop.json @@ -1,6 +1,6 @@ { "ilm.stop": { - "documentation": "http://www.elastic.co/guide/en/index_lifecycle/current/index_lifecycle.html", + "documentation": "https://www.elastic.co/guide/en/elasticsearch/reference/current/ilm-stop.html", "methods": [ "POST" ], "url": { "path": "/_ilm/stop",