Skip to content

Commit b17c34f

Browse files
lunkan93rarescosma
authored andcommitted
apps sc: add default index template for top_queries
1 parent 79a01c9 commit b17c34f

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
{
2+
"index_patterns": [
3+
"top_queries-*"
4+
],
5+
"template": {
6+
"settings": {
7+
"index.mapping.total_fields.limit": "2500"
8+
}
9+
},
10+
"priority": "1850"
11+
}

0 commit comments

Comments
 (0)