Skip to content

Latest commit

 

History

History
15 lines (14 loc) · 318 Bytes

29aeabacb1fdf5b083d5f091b6d1bd44.asciidoc

File metadata and controls

15 lines (14 loc) · 318 Bytes
const response = await client.indices.migrateReindex({
  reindex: {
    source: {
      index: "my-data-stream",
    },
    mode: "upgrade",
  },
});
console.log(response);