i tried to setup user-name and password for my single node ElasticSearch-kibana clusters using the instructions below, but it seems this is not possible without first setting up TSL/SSL, which will enable communication with encryption that requires certification between elasticSearch and Kibana nodes. I was wondering if i can do TSL/SSL with free basic license
earlier post instruction that did not work:
- In elasticsearch.yml
xpack.security.enabled: true - Generating passwords via command line
./elasticsearch-setup-passwords auto - Adding the kibana username and pass in kibana.yml
elasticsearch.username: “kibana”
elasticsearch.password: “generated in the previous step” - Starting ES and Kibana
Login to kibana with “elastic” username and password - Adding a new user/role via kibana dashboard