Merge pull request #6769 from Security-Onion-Solutions/fix/id_fielddata_deprecation

Fix issue with _id field fielddata/deprecation
This commit is contained in:
weslambert
2022-01-05 15:40:25 -05:00
committed by GitHub
2 changed files with 4 additions and 2 deletions

View File

@@ -56,6 +56,8 @@ elasticsearch:
query:
bool:
max_clause_count: 1500
id_field_data:
enabled: false

File diff suppressed because one or more lines are too long