Jean-Baptiste Onofré created KARAF-6539:
-------------------------------------------
Summary: Use non typed index in elasticsearch appender
Key: KARAF-6539
URL: https://issues.apache.org/jira/browse/KARAF-6539
Project: Karaf
Issue Type: Improvement
Components: decanter
Reporter: Jean-Baptiste Onofré
Assignee: Jean-Baptiste Onofré
Elasticsearch 7.5.0 has deprecated typed index. When using the elasticsearch
appender, we have warning like:
{code:java}
06:11:41.853 WARN [I/O dispatcher 1] request [POST
http://localhost:9200/karaf-2019.12.07/decanter?refresh=true] returned 1
warnings: [299 Elasticsearch-7.5.0-e9ccaed468e2fac2275a3761849cbee64b39519f
"[types removal] Specifying types in document index requests is deprecated, use
the typeless endpoints instead (/{index}/_doc/{id}, /{index}/_doc, or
/{index}/_create/{id})."] {code}
--
This message was sent by Atlassian Jira
(v8.3.4#803005)