Commit 3523c09
authored
Mark the create-index-from-source action as publicly available on Serverless (#134953)
This marks the `POST /_create_from/{source}/{index}` API, used to create a new index from a source
index's settings and mappings, as publicly available on Serverless.
This API is useful for pre-creating an index prior to something like a reindex.1 parent 1ef55bb commit 3523c09
File tree
1 file changed
+3
-0
lines changed- x-pack/plugin/migrate/src/main/java/org/elasticsearch/xpack/migrate/rest
1 file changed
+3
-0
lines changedLines changed: 3 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
| 13 | + | |
| 14 | + | |
13 | 15 | | |
14 | 16 | | |
15 | 17 | | |
| |||
19 | 21 | | |
20 | 22 | | |
21 | 23 | | |
| 24 | + | |
22 | 25 | | |
23 | 26 | | |
24 | 27 | | |
| |||
0 commit comments