mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2025-12-06 17:22:49 +01: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