Hi,
I am using elasticsearch 8.0 and I want to setup passwords for built-in users, so I enabled xpack.security.enabled: true and after restarting elasticsearch service I ran following command: "bin/elasticsearch-setup-passwords interactive" and it gives me below error
"bin/elasticsearch-setup-passwords: No such file or directory"
can someone help here, I was able to run this command on my previous deployment but not in here and they both were on same version.