Skip to content

Commit ecd896f

Browse files
authored
[Transform] Upgrade Mode docs (#132652) (#132668)
Create docs for Transform's upgrade mode Relate #132510
1 parent f09d47f commit ecd896f

File tree

1 file changed

+33
-0
lines changed

1 file changed

+33
-0
lines changed
Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,33 @@
1+
{
2+
"transform.set_upgrade_mode":{
3+
"documentation":{
4+
"url":"https://www.elastic.co/guide/en/elasticsearch/reference/current/transform-set-upgrade-mode.html",
5+
"description":"Sets a cluster wide upgrade_mode setting that prepares transform indices for an upgrade."
6+
},
7+
"stability":"stable",
8+
"visibility":"public",
9+
"headers":{
10+
"accept": [ "application/json"]
11+
},
12+
"url":{
13+
"paths":[
14+
{
15+
"path":"/_transform/set_upgrade_mode",
16+
"methods":[
17+
"POST"
18+
]
19+
}
20+
]
21+
},
22+
"params":{
23+
"enabled":{
24+
"type":"boolean",
25+
"description":"Whether to enable upgrade_mode Transform setting or not. Defaults to false."
26+
},
27+
"timeout":{
28+
"type":"time",
29+
"description":"Controls the time to wait before action times out. Defaults to 30 seconds"
30+
}
31+
}
32+
}
33+
}

0 commit comments

Comments
 (0)