We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6471b7a commit 3b7abc6Copy full SHA for 3b7abc6
workflow-cli/configuration-opensearch/index_template/accessrollup.json
@@ -1,11 +1,15 @@
1
{
2
- "index_patterns": ["nrm-accessrollup"],
+ "index_patterns": ["nrm-accessrollup-*"],
3
"template": {
4
+ "aliases": {
5
+ "nrm-accessrollup": {}
6
+ },
7
"settings": {
8
"number_of_shards": 1,
9
"number_of_replicas": 1
10
},
11
"mappings": {
12
+ "dynamic": "strict",
13
"properties": {
14
"url.path": {
15
"type": "keyword"
@@ -34,6 +38,7 @@
34
38
}
35
39
36
40
"version": 1,
41
+ "priority": 300,
37
42
"_meta": {
43
"description": "NRM Access Url Rollup indices"
44
0 commit comments