Bug 1644008
Summary: | kibana presenting blank page or timeout | |||
---|---|---|---|---|
Product: | OpenShift Container Platform | Reporter: | Steven Walter <stwalter> | |
Component: | Logging | Assignee: | Jeff Cantrill <jcantril> | |
Status: | CLOSED INSUFFICIENT_DATA | QA Contact: | Anping Li <anli> | |
Severity: | urgent | Docs Contact: | ||
Priority: | unspecified | |||
Version: | 3.9.0 | CC: | aos-bugs, jfoots, rmeggins, stwalter | |
Target Milestone: | --- | Keywords: | Reopened | |
Target Release: | 3.9.z | |||
Hardware: | Unspecified | |||
OS: | Unspecified | |||
Whiteboard: | ||||
Fixed In Version: | Doc Type: | If docs needed, set a value | ||
Doc Text: | Story Points: | --- | ||
Clone Of: | ||||
: | 1705589 (view as bug list) | Environment: | ||
Last Closed: | 2019-05-02 13:05:43 UTC | Type: | Bug | |
Regression: | --- | Mount Type: | --- | |
Documentation: | --- | CRM: | ||
Verified Versions: | Category: | --- | ||
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | ||
Cloudforms Team: | --- | Target Upstream Version: | ||
Embargoed: | ||||
Bug Depends On: | ||||
Bug Blocks: | 1705589, 1726433 |
Description
Steven Walter
2018-10-29 18:01:43 UTC
Some of the navigational issues from web-console will be resolved by [1]. I would expect 'indices:data/read/mget' error to be resolved by [2] for users who have this permission; I don't see that change in 3.9. One can dump the access permissions initially after a login attempt with something like [3]: 'oc exec -c elasticsearch $espod -- es_acl get --doc=(roles|rolesmapping|actiongroups)' Additionally, you can rsh to the pod, manually update $HOME/sgconfig/sg_action_groups.yaml and run 'es_seed_acl' to see if it resolves the permission problem. We probably need to update the values in 3.9 You can additionall use [4] to determine what the role name will be for a given user assuming the kibana index mode is not 'unique'. It could be this failure is causing the issue. [1] https://github.com/openshift/origin-web-console/pull/3088 [2]https://github.com/openshift/origin-aggregated-logging/blob/master/elasticsearch/sgconfig/sg_action_groups.yml#L119 [3] https://github.com/openshift/origin-aggregated-logging/blob/release-3.9/elasticsearch/utils/es_acl [4] https://github.com/jcantrill/cluster-logging-tools/blob/master/scripts/kibana-index-name @Steve, Can you confirm if updating the action groups to correct the 'indices:data/read/mget' permission and reseeding resolves their error? Customer has not reported on whether the proposed fixes helped. They did notice their MTU was set to an unexpected value on some of the nodes, and got *some* better results from that (at least, the blank pages issue). They said they were going to install a new cluster to test with, but I have not heard back from them since. If you'd like we can close this with INSUFFICIENT_DATA for now -- reopening if required. Closing per original resolution. Please open/clone issue as pertinent for the proper version. Your attachment points to a 3.11 cluster which is ES5 and completely different from 3.9 which ES2 The needinfo request[s] on this closed bug have been removed as they have been unresolved for 1000 days |