Skip to content

Commit

Permalink
increase number of allowed nested fields in a composable template fro…
Browse files Browse the repository at this point in the history
…m 50 to 250
  • Loading branch information
mmguero committed Apr 3, 2023
1 parent d20b1ea commit f0f81fe
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion dashboards/templates/malcolm_beats_template.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,8 @@
"template" :{
"settings" : {
"index" : {
"mapping.total_fields.limit" : "5000"
"mapping.total_fields.limit" : "5000",
"mapping.nested_fields.limit" : "250"
}
},
"mappings": {
Expand Down
3 changes: 2 additions & 1 deletion dashboards/templates/malcolm_template.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,8 @@
"template" :{
"settings" : {
"index" : {
"mapping.total_fields.limit" : "5000"
"mapping.total_fields.limit" : "5000",
"mapping.nested_fields.limit" : "250"
}
},
"mappings": {
Expand Down

0 comments on commit f0f81fe

Please sign in to comment.