From 94106e80ac2e97a8aaa975b3a99b847f7795057d Mon Sep 17 00:00:00 2001 From: rolljee Date: Wed, 24 Jan 2024 12:25:26 +0100 Subject: [PATCH] indices selected --- src/commands/es/snapshot/restore.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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, *", }, };