diff --git a/src/commands/es/snapshot/restore.ts b/src/commands/es/snapshot/restore.ts index 7e1749e3..293bfff8 100644 --- a/src/commands/es/snapshot/restore.ts +++ b/src/commands/es/snapshot/restore.ts @@ -35,7 +35,7 @@ export default class EsSnapshotsRestore extends Kommand { body: { feature_states: ["none"], include_global_state: false, - indices: "*", + indices: "-.ds-.logs-deprecation.elasticsearch-default, *", }, };