Merge pull request #2192 from Security-Onion-Solutions/fix/elasticsearch_bool_query_clause_count

Add indices.query.bool.max_clause_count to allow for wildcard searche…
This commit is contained in:
weslambert
2020-12-03 09:30:24 -05:00
committed by GitHub

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