Skip to content

Commit

Permalink
[ILM] fix rest-api-spec doc links (#35478)
Browse files Browse the repository at this point in the history
  • Loading branch information
talevy committed Nov 26, 2018
1 parent 617d9d8 commit 0db8bc9
Show file tree
Hide file tree
Showing 9 changed files with 9 additions and 9 deletions.
@@ -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}",
Expand Down
@@ -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",
Expand Down
@@ -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}",
Expand Down
@@ -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",
Expand Down
@@ -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}",
Expand Down
@@ -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",
Expand Down
@@ -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",
Expand Down
@@ -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",
Expand Down
@@ -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",
Expand Down

0 comments on commit 0db8bc9

Please sign in to comment.