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
@camilb , #11 should fix your problem. I have no time to test it well by starting a new ElasticSearch and seeing that everything is correct. Could you please test it?
In Elasticsearch 7, mapping types have been deprecated causing errors like
"Root mapping definition has unsupported parameters"
. More info hereTemporary workaround is to add this parameter
include_type_name=true
tosetup.template.name
Ex.
setup.template.name: "cloudfront?include_type_name=true"
The text was updated successfully, but these errors were encountered: