mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 09:48:58 -04:00
parent
62a08d9aa5
commit
29483cd817
7 changed files with 7 additions and 7 deletions
|
@ -6,6 +6,6 @@
|
|||
"patterns": [
|
||||
"_data_frame/transforms/{transform_id}"
|
||||
],
|
||||
"documentation": "https://www.elastic.co/guide/en/elasticsearch/reference/current/delete-data-frame-transform.html"
|
||||
"documentation": "https://www.elastic.co/guide/en/elasticsearch/reference/current/delete-transform.html"
|
||||
}
|
||||
}
|
||||
|
|
|
@ -11,6 +11,6 @@
|
|||
"_data_frame/transforms/{transform_id}",
|
||||
"_data_frame/transforms"
|
||||
],
|
||||
"documentation": "https://www.elastic.co/guide/en/elasticsearch/reference/current/get-data-frame-transform.html"
|
||||
"documentation": "https://www.elastic.co/guide/en/elasticsearch/reference/current/get-transform.html"
|
||||
}
|
||||
}
|
||||
|
|
|
@ -10,6 +10,6 @@
|
|||
"patterns": [
|
||||
"_data_frame/transforms/{transform_id}/_stats"
|
||||
],
|
||||
"documentation": "https://www.elastic.co/guide/en/elasticsearch/reference/current/get-data-frame-transform-stats.html"
|
||||
"documentation": "https://www.elastic.co/guide/en/elasticsearch/reference/current/get-transform-stats.html"
|
||||
}
|
||||
}
|
||||
|
|
|
@ -6,6 +6,6 @@
|
|||
"patterns": [
|
||||
"_data_frame/transforms/_preview"
|
||||
],
|
||||
"documentation": "https://www.elastic.co/guide/en/elasticsearch/reference/current/preview-data-frame-transform.html"
|
||||
"documentation": "https://www.elastic.co/guide/en/elasticsearch/reference/current/preview-transform.html"
|
||||
}
|
||||
}
|
||||
|
|
|
@ -6,6 +6,6 @@
|
|||
"patterns": [
|
||||
"_data_frame/transforms/{transform_id}"
|
||||
],
|
||||
"documentation": "https://www.elastic.co/guide/en/elasticsearch/reference/current/put-data-frame-transform.html"
|
||||
"documentation": "https://www.elastic.co/guide/en/elasticsearch/reference/current/put-transform.html"
|
||||
}
|
||||
}
|
||||
|
|
|
@ -9,6 +9,6 @@
|
|||
"patterns": [
|
||||
"_data_frame/transforms/{transform_id}/_start"
|
||||
],
|
||||
"documentation": "https://www.elastic.co/guide/en/elasticsearch/reference/current/start-data-frame-transform.html"
|
||||
"documentation": "https://www.elastic.co/guide/en/elasticsearch/reference/current/start-transform.html"
|
||||
}
|
||||
}
|
||||
|
|
|
@ -10,6 +10,6 @@
|
|||
"patterns": [
|
||||
"_data_frame/transforms/{transform_id}/_stop"
|
||||
],
|
||||
"documentation": "https://www.elastic.co/guide/en/elasticsearch/reference/current/stop-data-frame-transform.html"
|
||||
"documentation": "https://www.elastic.co/guide/en/elasticsearch/reference/current/stop-transform.html"
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue