mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2025-12-08 18:22:47 +01:00
Merge pull request #6775 from Security-Onion-Solutions/fix/deprecation_warning_suppress
Add logger stanza to suppress ES deprecation warning messages
This commit is contained in:
@@ -58,6 +58,10 @@ elasticsearch:
|
|||||||
max_clause_count: 1500
|
max_clause_count: 1500
|
||||||
id_field_data:
|
id_field_data:
|
||||||
enabled: false
|
enabled: false
|
||||||
|
logger:
|
||||||
|
org:
|
||||||
|
elasticsearch:
|
||||||
|
deprecation: ERROR
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user