Skip to content

Commit

Permalink
adding index pattern
Browse files Browse the repository at this point in the history
Signed-off-by: Niyazbek Torekeldi <[email protected]>
  • Loading branch information
Tokesh committed Sep 5, 2024
1 parent 345c054 commit 3f98811
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/replication/replica.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ chapters:
- "cluster:monitor/state"

Check failure on line 46 in tests/replication/replica.yaml

View workflow job for this annotation

GitHub Actions / lint

Strings must use singlequote
- "cluster:admin/plugins/replication/index/setup/validate"

Check failure on line 47 in tests/replication/replica.yaml

View workflow job for this annotation

GitHub Actions / lint

Strings must use singlequote

Check failure on line 47 in tests/replication/replica.yaml

View workflow job for this annotation

GitHub Actions / lint

Expected sequence values to be in ascending order. 'cluster:admin/plugins/replication/index/setup/validate' should be before 'cluster:monitor/state'
index_permissions:
- index_patterns: ["your-leader-index-pattern"] # Укажите конкретный шаблон индекса
- index_patterns: ["books-*"]

Check failure on line 49 in tests/replication/replica.yaml

View workflow job for this annotation

GitHub Actions / lint

Strings must use singlequote
allowed_actions:
- "indices:admin/plugins/replication/index/setup/validate"

Check failure on line 51 in tests/replication/replica.yaml

View workflow job for this annotation

GitHub Actions / lint

Strings must use singlequote
- "indices:data/read/plugins/replication/file_chunk"

Check failure on line 52 in tests/replication/replica.yaml

View workflow job for this annotation

GitHub Actions / lint

Strings must use singlequote
Expand All @@ -64,7 +64,7 @@ chapters:
- "cluster:admin/plugins/replication/index/setup/validate"

Check failure on line 64 in tests/replication/replica.yaml

View workflow job for this annotation

GitHub Actions / lint

Strings must use singlequote
- "cluster:admin/plugins/replication/autofollow/update"

Check failure on line 65 in tests/replication/replica.yaml

View workflow job for this annotation

GitHub Actions / lint

Strings must use singlequote
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"
Expand Down

0 comments on commit 3f98811

Please sign in to comment.