Skip to content

Commit

Permalink
Modify body query for the restore
Browse files Browse the repository at this point in the history
  • Loading branch information
rolljee committed Jan 24, 2024
1 parent a014174 commit f9f4eaf
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/commands/es/snapshot/restore.ts
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@ export default class EsSnapshotsRestore extends Kommand {
repository: this.args.repository,
snapshot: this.args.name,
body: {
feature_states: ["geoip"],
include_global_state: false,
indices: "*",
},
Expand Down

0 comments on commit f9f4eaf

Please sign in to comment.