Hello there,
Can you update me whether the users created in x-pack using ./user is different from users created in Kibana UI is different?
And, how do I assign customized roles to the local users, which were created?
I have added this in elasticsearh.yml,
xpack: security: authc: realms: file1: type: file order: 0
For example, I have an user called test with the password test123, how do I set a customized role to run some indices?
P.S: I don't want this to be done via Kibana UI, but through configuration files. When I say customized roles, I don't want to be monitoring_user, or kibana user.