You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello! Yes the api specification used to produce the java client code didn't match the server code perfectly for template requests up until recently when it was fixed with this PR; updating the client to the latest version should fix the issue.
Java API client version
8.7.1
Java version
17
Elasticsearch Version
7.17.5
Problem description
Attempting to create a index template following the updated documentation recommending the usage of composable index templates with component templates. (https://www.elastic.co/guide/en/elasticsearch/reference/current/index-templates.html)
Note how I even had to use
withJson
to even set thecomposed_of
property because there is no method for it.The text was updated successfully, but these errors were encountered: