How to reset Opensearch admin (osadmin) password in Linux
Verification of OpenSearch Installation on Linux is failing with below error.
curl --user {removed by admin} -XGET http://xyz:9200
{"error":{"root_cause":[{"type":"orcl_auth_plugin_exception","reason":"Invalid user/password"}],"type":"orcl_auth_plugin_exception","reason":"Invalid user/password"},"status":401}
Tried encrypting following (Doc ID 2886037.1) but no luck.
Any suggestion would be highly appreciated.
Note: Logstash and OpenSearch-dashboards were not installed along with Opensearch Installation.
Thanks.