I have downloaded OpenDistro ES and Kibana 1.13.2 and have set up a single node cluster. I want the ES and Kibana to open without authentication i.e. without entering the default admin credentials. I’m pretty new to ELK. Can someone pls let me know where can I disable this option.
To run the OpenDistro stack without authentication you must uninstall security plugins on both ES and Kibana. Alternatively, disable the security plug-in in ES and remove the security plug-in in Kibana.
Then remove all security plugin related configurations and restart Elasticsearch.
Please remember that once ES is restarted, the HTTPS communication won’t work and you need to change to HTTP in the kibana.yml config file.
Additional information can be found under these links.