I am building elasticsearch cluster with SSL following this tutorial :
My first node is a debian with elastic running as a service. I ran the command : bin/elasticsearch-setup-passwords auto
But when listing users with bin/elasticsearch-users list I get a : No users found
Is there a way to reset all Built-in users password ? Or at least to list these built-in users
PS : I am trying to automate the deployment with ansible and setting these passwords is giving me a hard time.