Skip to content
This repository has been archived by the owner on Mar 21, 2021. It is now read-only.

Cannot upgrade to elastic v5.2.2 #49

Closed
PierreBesson opened this issue Mar 23, 2017 · 2 comments
Closed

Cannot upgrade to elastic v5.2.2 #49

PierreBesson opened this issue Mar 23, 2017 · 2 comments

Comments

@PierreBesson
Copy link
Collaborator

Kibana is blank when upgrading, it might be related to our script to create the logstash-* index.

@ygokirmak
Copy link
Contributor

I think the problem is related to x-pack.
When you open kibana, it makes request to elasticsearch to get default-index,
elasticsearch returns 404 to this request although index exists and show blank screen (elastic/kibana#9028)

I checked elasticsearch logs and seems kibana user does not have permission to get details of default-index;
working request;
curl -XGET "localhost:9200/logstash-*/_mapping/field/*?ignore_unavailable=false&allow_no_indices=false&include_defaults=true" -u elastic:changeme

not working request;
curl -XGET "localhost:9200/logstash-*/_mapping/field/*?ignore_unavailable=false&allow_no_indices=false&include_defaults=true" -u kibana:changeme

disabling x-pack seems solving the problem

@PierreBesson
Copy link
Collaborator Author

@ygokirmak Thank you for finding the cause of this !

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants