I was trying to enable opendistro security by running security admin tools, but getting below error after enabling configs,
es version : 7.10.x
command :
bash /usr/share/elasticsearch/plugins/opendistro_security/tools/securityadmin.sh -nhnv -nrhn -icl -cacert /etc/elasticsearch/certs/MyRootCA.pem -cert /etc/elasticsearch/certs/admin.pem -key /etc/elasticsearch/certs/admin.key -t internalusers -f /usr/share/elasticsearch/plugins/opendistro_security/securityconfig/internal_users.yml
No data for roles while retrieving configuration for [INTERNALUSERS, ACTIONGROUPS, CONFIG, ROLES, ROLESMAPPING, TENANTS, NODESDN, WHITELIST, AUDIT] (index=.opendistro_security and type=_doc)
any help would be greatly appreciated.
Thanks.