Side effect of command "elasticsearch-users useradd"

We have a superuser named "admin1" in config/users file, what would happen to admin1 if we add a new superuser "admin2" through below command, will it cover the existing admin1 as the only superuser and make admin1 not valid any more?

Elasticsearch-users useradd admin2 -p xxoo -r superuser

Also do we have to restart Elasticsearch to take effect on the user adding?

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.