thanks for your reply.
I’m truly. I don’t know something about clusters and nodes. The only need is a search to install an online shop. My next question would be, if I need this this (clusters and nodes) to edit. I’m happy, that I get OpenSearch to run, but don’t know about the functionality.
I’m testing many edits, look if I have error messages and try to solve it. Many said to illustrate the situation.
I only want to get basic settings that it run save and secured. I don’t want to be open for attacks.
For this situation, could you tell me the editings in opensearch.yml and opensearch-dashboard.yml please?
The tsl settings I can’t realize at this point. My server has no ssl yet and my home-server is not online. I only need it for testing, at the moment.
If I go online, I’ll look for the tsl-configuration, if I need it for my using?
By setting this option to false, you’ve disabled the security plugin in OpenSearch.
As a result, the curl must use HTTP instead of HTTPS.
If you’d like to secure your cluster, you could consider a docker compose deployment. The images of OpenSearch already contain self-signed certificates.
You can find working docker compose example in OpenSearch documentation.
Please set the admin password before running the docker compose as per documentation.