distributed-system-analysis / pbench

A benchmarking and performance analysis framework
http://distributed-system-analysis.github.io/pbench/
GNU General Public License v3.0
184 stars 108 forks source link

ElasticsearchWarning: Legacy index templates are deprecated in favor of composable templates. #2579

Open dbutenhof opened 2 years ago

dbutenhof commented 2 years ago

Research exactly what this means and what we need to do to fix it!

webbnh commented 2 years ago

For posterity, this message was encountered in the Journal log when running the containerized Pbench Server. The full text (which indicates that it comes from the Elasticsearch client itself) is:

/home/pbench/.local/lib/python3.6/site-packages/elasticsearch/connection/base.py:208: ElasticsearchWarning: Legacy index templates are deprecated in favor of composable templates.
  warnings.warn(message, category=ElasticsearchWarning)