mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2025-12-06 09:12:45 +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:
|
||||
bool:
|
||||
max_clause_count: 1500
|
||||
id_field_data:
|
||||
enabled: false
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user