mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2026-04-28 07:28:00 +02:00
Disable fielddata for _id field by default (since it is deprecated and can be memory-intensive)
This commit is contained in:
@@ -56,6 +56,8 @@ elasticsearch:
|
|||||||
query:
|
query:
|
||||||
bool:
|
bool:
|
||||||
max_clause_count: 1500
|
max_clause_count: 1500
|
||||||
|
id_field_data:
|
||||||
|
enabled: false
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user