Hi Everyone . I’m trying to enable the inbuilt mcp server option in opensearch. As part of it, i’ve installed the transport-reactor-netty4 plugin in the image. Also set the http.type value in opensearch.yml as mentioned in the official doc (https://docs.opensearch.org/3.0/install-and-configure/configuring-opensearch/network-settings/#selecting-the-transport). But after this, none of the master,client or data pods are coming up complaining about connect_exceptions. Anybody faced the issues/ any solutions for this/
@shs_tech I managed to reproduce your issue, it seems the securityadmin.sh is not able to be executed with admin certificates when this setting is turned on. As this feature is still in experimental mode I would recommend to raise a bug report here
In a meantime a possible workaround could be to disable the feature during cluster formation. And enable it after.
I am facing the similar issues, How to enable http.type post cluster formation? This is part of the opensearch.yaml and not a cluster setting. Please advise @Anthony
@Anthony i am new to OpenSearch, what does “post cluster formation” mean? does it mean create cluster without opensearch.yml first, and manually update opensearch.yml in all nodes (including master, node, ml etc)?
@frankz Currently the security index is not able to be initialised if this setting in in opensearch.yml, therefore a workaround can be to start the cluster without this setting in opensearch.yml file, and after the security index is initialised, add the setting to opensearch.yml and restart all the pods.