Add indices.query.bool.max_clause_count to allow for wildcard searches targeting more than 1024 fields

This commit is contained in:
weslambert
2020-12-03 09:29:44 -05:00
committed by GitHub
parent a84f816eff
commit 95570976a8

View File

@@ -44,3 +44,4 @@ cluster.routing.allocation.disk.watermark.flood_stage: 98%
node.attr.box_type: {{ NODE_ROUTE_TYPE }}
node.name: {{ ESCLUSTERNAME }}
script.max_compilations_rate: 1000/1m
indices.query.bool.max_clause_count: 1500