Skip to content

Commit

Permalink
Use expend wildcards
Browse files Browse the repository at this point in the history
  • Loading branch information
rolljee committed Jan 24, 2024
1 parent 94106e8 commit 27e5956
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/commands/es/snapshot/restore.ts
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ export default class EsSnapshotsRestore extends Kommand {

await esClient.indices.close({
index: "*",
expand_wildcards: "all",
});

const esRequest = {
Expand Down

0 comments on commit 27e5956

Please sign in to comment.