we are trying upgrade Elasticsearch from 6.7 to 7.7, as per the docs index creation, template and mapping requests are need to be passing parameter "include_type_name" in the request uri.
but in 8.0 this is gone be removed completely , as long as we are in 7.x this is fine , but what about if we are trying to 8.0 as the parameter will go away.
Some thoughts on this?