I'M unable to start Kibana. The Main pages display "Login Is currently Disable. Administrator should consult kibana log".
The setup is installed with X-pack.
I have disable the security in Elasticsearch.yml and Kibana.yml. Below is my yml file.
and when I run curl 'http://localhost:9200/', it gives response status as 401, even after restarting the service ( sudo service elasticsearch restart)
{"error":{"root_cause":[{"type":"security_exception","reason":"missing authentication token for REST request [/]","header":{"WWW-Authenticate":"Basic realm="security" charset="UTF-8""}}],"type":"security_exception","reason":"missing authentication token for REST request [/]","header":{"WWW-Authenticate":"Basic realm="security" charset="UTF-8""}},"status":401}
Do I need to disable security, in any other place?
And when I run the cmd - curl -u kibana:'********' 'http://10.0.0.5:5601'
out put is -
/ Script tag.
var hashRoute = '/app/kibana';
var defaultRoute = '/app/kibana';
var hash = window.location.hash;
if (hash.length) {
window.location = hashRoute + hash;
} else {
Not sure where it is trying to
window.location = defaultRoute;
}
*/
Apache, Apache Lucene, Apache Hadoop, Hadoop, HDFS and the yellow elephant
logo are trademarks of the
Apache Software Foundation
in the United States and/or other countries.