diff --git a/tests/replication/replica.yaml b/tests/replication/replica.yaml index 2bdb63b5..b82c4428 100644 --- a/tests/replication/replica.yaml +++ b/tests/replication/replica.yaml @@ -46,7 +46,7 @@ chapters: - "cluster:monitor/state" - "cluster:admin/plugins/replication/index/setup/validate" index_permissions: - - index_patterns: ["your-leader-index-pattern"] # Укажите конкретный шаблон индекса + - index_patterns: ["books-*"] allowed_actions: - "indices:admin/plugins/replication/index/setup/validate" - "indices:data/read/plugins/replication/file_chunk" @@ -64,7 +64,7 @@ chapters: - "cluster:admin/plugins/replication/index/setup/validate" - "cluster:admin/plugins/replication/autofollow/update" index_permissions: - - index_patterns: ["your-follower-index-pattern"] # Укажите конкретный шаблон индекса + - index_patterns: ["books-*"] allowed_actions: - "indices:admin/plugins/replication/index/setup/validate" - "indices:admin/plugins/replication/index/start"