Installing Magento 2.4.8 results in Opensearch failure

I’m installing Magento 2.4.8 with Opensearch. Opensearch seems to be working correctly but when I try to install this results in the following error “In SearchConfig.php line 81:

Could not validate a connection to the OpenSearch. The search failed because of a search engine misconfiguration.”

I’ve tried every thing but I keep getting the same error. What do I miss?? Below the open search.yml:

plugins.security.restapi.roles_enabled: [all_access, security_rest_api_access]
plugins.security.system_indices.enabled: true
node.max_local_storage_nodes: 3
######## End OpenSearch Security Demo Configuration ########
network.host: localhost
discovery.type: single-node
cluster.name: opensearch
http.port: 9200
plugins.security.disabled: false

I’m out of thoughts… Who knows what to do.