hassanakbar4 / mailarchive-tickets

0 stars 0 forks source link

Handle elasticsearch deprecations #279

Closed hassanakbar4 closed 2 years ago

hassanakbar4 commented 5 years ago

component_MailArchive: User Interface resolution_fixed type_task | by rcross@amsl.com


/var/log/elasticsearch/elasticsearch_deprecation.log shows warnings:

[2019-01-25T13:29:09,287][WARN ][o.e.d.c.ParseField ] [J9dUOuZ] Deprecated field [auto_generate_phrase_queries] used, replaced by [This setting is ignored, use [type=phrase] instead to make phrase queries out of all text that is within query operators, or use explicitly quoted strings if you need finer-grained control]

Address these then switch back to log level = warn in /etc/elasticsearch/log4j2.properties


Issue migrated from trac:2677 at 2021-09-22 16:55:35 +0500

hassanakbar4 commented 4 years ago

@hassanakbar4 changed status from new to accepted

hassanakbar4 commented 3 years ago

@hassanakbar4 changed status from accepted to closed

hassanakbar4 commented 3 years ago

@hassanakbar4 changed resolution from ` tofixed`

hassanakbar4 commented 3 years ago

@hassanakbar4 commented


Fixed in [1042/mailarch]:

Changes to eliminate Elasticsearch deprecation warnings. Fixes #2677