Skip to content

Commit 3b7abc6

Browse files
committed
fix: add alias for rollup index
1 parent 6471b7a commit 3b7abc6

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

workflow-cli/configuration-opensearch/index_template/accessrollup.json

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,15 @@
11
{
2-
"index_patterns": ["nrm-accessrollup"],
2+
"index_patterns": ["nrm-accessrollup-*"],
33
"template": {
4+
"aliases": {
5+
"nrm-accessrollup": {}
6+
},
47
"settings": {
58
"number_of_shards": 1,
69
"number_of_replicas": 1
710
},
811
"mappings": {
12+
"dynamic": "strict",
913
"properties": {
1014
"url.path": {
1115
"type": "keyword"
@@ -34,6 +38,7 @@
3438
}
3539
},
3640
"version": 1,
41+
"priority": 300,
3742
"_meta": {
3843
"description": "NRM Access Url Rollup indices"
3944
}

0 commit comments

Comments
 (0)