Hi,
Can anyone advise how i can troubleshoot.
Currently installing opensearch using docker-compose offline without internet.
-running docker-compose -f docker-compose.yml up -d
-To point to a local image, i downloaded the opensearch image and tag it to localhost:5000/88b67cc9e81f:opensearch
currently the node seems to run without error, but when i try
curl -XGET https://localhost:9200/_cat/health -u admin:admin --insecure
I got an error
“OpenSearch Security not initialized.”
Hope any one can guide me on troubleshooting this issue.
Thank you.
Regards.