stephanediondev / elasticsearch-admin

Web administration for Elasticsearch (2.x to 8.x): cluster, nodes, indices, shards, index templates, repositories, snapshots ...
https://stephanediondev.github.io/elasticsearch-admin/
MIT License
90 stars 10 forks source link

Where is the users stored? #35

Closed Raboo closed 2 years ago

Raboo commented 2 years ago

Hi,

So you register a user, where is it stored? Local sqlite, elasticsearch?

stephanediondev commented 2 years ago

In Elasticsearch

Index .elasticsearch-admin-users

Raboo commented 2 years ago

Ok, so that means you can run multiple instances of elasticsearch-admin without issues?

stephanediondev commented 2 years ago

No issue if each instance is connected to a different cluster (no replication) and you want specific user(s) per cluster