Commit e4b001b
Add ReindexDatastreamIndexAction (elastic#116996) (elastic#118703)
Add an action to reindex a single index from a source index to a destination index. Unlike the reindex action, this action copies settings and mappings from the source index to the dest index before performing the reindex. This action is part of work to reindex data streams and will be called on each of the backing indices within a data stream.
(cherry picked from commit 0a6ce27)1 parent 6eecf91 commit e4b001b
File tree
10 files changed
+841
-16
lines changed- docs/changelog
- server/src/main/java/org/elasticsearch/cluster/metadata
- x-pack/plugin
- migrate/src
- internalClusterTest/java/org/elasticsearch/xpack/migrate/action
- main/java/org/elasticsearch/xpack/migrate
- action
- test/java/org/elasticsearch/xpack/migrate/action
- security/qa/operator-privileges-tests/src/javaRestTest/java/org/elasticsearch/xpack/security/operator
10 files changed
+841
-16
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
Lines changed: 33 additions & 15 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1656 | 1656 | | |
1657 | 1657 | | |
1658 | 1658 | | |
1659 | | - | |
| 1659 | + | |
1660 | 1660 | | |
1661 | | - | |
1662 | | - | |
1663 | | - | |
1664 | | - | |
1665 | | - | |
1666 | | - | |
1667 | | - | |
1668 | | - | |
1669 | | - | |
1670 | | - | |
1671 | | - | |
1672 | | - | |
1673 | | - | |
1674 | | - | |
| 1661 | + | |
1675 | 1662 | | |
| 1663 | + | |
1676 | 1664 | | |
1677 | 1665 | | |
1678 | 1666 | | |
| |||
1690 | 1678 | | |
1691 | 1679 | | |
1692 | 1680 | | |
| 1681 | + | |
| 1682 | + | |
| 1683 | + | |
| 1684 | + | |
| 1685 | + | |
| 1686 | + | |
| 1687 | + | |
| 1688 | + | |
| 1689 | + | |
| 1690 | + | |
| 1691 | + | |
| 1692 | + | |
| 1693 | + | |
| 1694 | + | |
| 1695 | + | |
| 1696 | + | |
| 1697 | + | |
| 1698 | + | |
| 1699 | + | |
| 1700 | + | |
| 1701 | + | |
| 1702 | + | |
| 1703 | + | |
| 1704 | + | |
| 1705 | + | |
| 1706 | + | |
| 1707 | + | |
| 1708 | + | |
| 1709 | + | |
| 1710 | + | |
1693 | 1711 | | |
1694 | 1712 | | |
1695 | 1713 | | |
| |||
0 commit comments