could you please help me figuring out how to get rid of these deprecation warnings?
[WARN ][o.e.d.a.a.i.t.p.PutIndexTemplateRequest] [WzjI3Q1] Deprecated field [template] used, replaced by [index_patterns]
[WARN ][o.e.d.c.ParseField ] [WzjI3Q1] Deprecated field [all_fields] used, replaced by [Set [fields] to `*` instead]
[WARN ][o.e.d.c.ParseField ] [WzjI3Q1] Deprecated field [inline] used, expected [source] instead
[WARN ][o.e.d.c.ParseField ] [WzjI3Q1] key [timeout] is not supported in the metadata section and will be rejected in 7.x
Hi, thanks for replying!
About the first Warning, It is not clear to me why it is happening.
I did a GET _template/* and within all templates I always see the "index_patterns" field.
The only custom template I've loaded, is formatted as follows:
I believe that elasticsearch automatically fixes it, read the old format and write to the new format.
But in the future if you still send the old format it will be rejected.
Apache, Apache Lucene, Apache Hadoop, Hadoop, HDFS and the yellow elephant
logo are trademarks of the
Apache Software Foundation
in the United States and/or other countries.