Setting Roles
Referensi :
Go to elastich project folder then go to config folder and open elasticsearch.yaml and add as below image:
then open a terminal pointing to elasticsearch and type
./elasticsearch-setup-passwords auto
noted : make sure elasticsearch is running
Then we will get the default user and password
After that open the kibana folder and go to config/kibana.yml, enter the user and password that we got earlier
after that we will also exctyptionKey so that security in kibana runs
kibana-encryption-keys generate
reference :
Last updated
Was this helpful?