How can I make fields in Elasticsearch v8 match v7?

I have a Elasticsearch environment I use for logging that I'm updating from v7 to v8 and I noticed that when I look at the logs in Kibana every field that has a name that ends with .keyword in v7 now has a name that ends with .raw in v8. Is there any way to make the name of the fields in Elasticsearch v8 match the name of the fields in v7? Changing the names of the fields means a lot of Kibana dashboards will break

Welcome.

You might want to use field aliases.