UPDATE 08-03-2017 11:38
I have now sorted the below issue.
I had ES running on my internal IP (192.168...)
I changed it to localhost, and restarted Kibana and ES, and it now works.
I will leave the original issue below.
I have checked the existing topic on this.
Elastic 5
Kibana 5
Installed x-pack
started ES, it propmted for uid and pwd in browser at :9200
used elastic and changeme.
ES loaded fine.
installed kibana 5
started kibana
loaded kibana and got
"Login is currently disabled because the license could not be determined. Please check that Elasticsearch is running, then refresh this page."
NOTE: im not using localhost, but my internal ip which isnt 127.0.0.1 but 192.168......
would that make a difference?
Checked by license as per the only other topic said, and it says active and trial as below
{
"license" : {
"status" : "active",
"uid" : "ad90df7f-568e-4c32-9848-2b4377ff7f96",
"type" : "trial",
"issue_date" : "2017-03-08T10:46:56.097Z",
"issue_date_in_millis" : 1488970016097,
"expiry_date" : "2017-04-07T10:46:56.097Z",
"expiry_date_in_millis" : 1491562016097,
"max_nodes" : 1000,
"issued_to" : "elasticsearch",
"issuer" : "elasticsearch",
"start_date_in_millis" : -1
}
}
Any help greatly appreciated... Yes im an ES newbie,. used it before, but now im doing it for a personal project and to add to my CV