Skip to content

Commit 7b24818

Browse files
committed
rollover alias handle rollup index alias and add broker package id field
1 parent 032e280 commit 7b24818

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

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

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,6 @@
33
"nrm-accessrollup-*"
44
],
55
"template": {
6-
"aliases": {
7-
"nrm-accessrollup": {}
8-
},
96
"settings": {
107
"plugins.index_state_management.rollover_alias": "nrm-accessrollup",
118
"number_of_shards": 1,

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

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -135,6 +135,10 @@
135135
},
136136
"package": {
137137
"properties": {
138+
"id": {
139+
"ignore_above": 1024,
140+
"type": "keyword"
141+
},
138142
"build_guid": {
139143
"ignore_above": 1024,
140144
"type": "keyword"

0 commit comments

Comments
 (0)