Bug 1519139
| Summary: | .all index doesn't show up in kinaba UI | ||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Product: | OpenShift Container Platform | Reporter: | Nicolas Nosenzo <nnosenzo> | ||||||||
| Component: | Logging | Assignee: | Jeff Cantrill <jcantril> | ||||||||
| Status: | CLOSED CURRENTRELEASE | QA Contact: | Anping Li <anli> | ||||||||
| Severity: | high | Docs Contact: | |||||||||
| Priority: | unspecified | ||||||||||
| Version: | 3.4.1 | CC: | aos-bugs, juzhao, nnosenzo, rmeggins | ||||||||
| Target Milestone: | --- | Keywords: | Reopened | ||||||||
| Target Release: | 3.4.z | ||||||||||
| Hardware: | Unspecified | ||||||||||
| OS: | Unspecified | ||||||||||
| Whiteboard: | |||||||||||
| Fixed In Version: | Doc Type: | No Doc Update | |||||||||
| Doc Text: |
undefined
|
Story Points: | --- | ||||||||
| Clone Of: | Environment: | ||||||||||
| Last Closed: | 2018-04-11 16:11:35 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: | |||||||||||
| Attachments: |
|
||||||||||
|
Description
Nicolas Nosenzo
2017-11-30 09:16:50 UTC
I'm collecting now the list of indices associated with the alias ".all" QUERY=/_alias/.all?pretty es_util The amount of indices under the .all alias: $ wc -l 20171130_es_util_aliases.log 3112 20171130_es_util_aliases.log I've also confirmed that user used for testing has the cluster-reader role. Nicolas, Can you tell me if this cluster was deployed with the ops cluster enabled? Are you possibly seeing behavior as described here: https://bugzilla.redhat.com/show_bug.cgi?id=1519705 (In reply to Jeff Cantrill from comment #3) > Nicolas, > > Can you tell me if this cluster was deployed with the ops cluster enabled? > Are you possibly seeing behavior as described here: > https://bugzilla.redhat.com/show_bug.cgi?id=1519705 Jeff, the cluster was deployed with ops disabled. Anyhow, I don't see the "IndexNotFoundException[no such index]" error message you mention on that bugzilla. @Jeff, Is this a duplicate of https://bugzilla.redhat.com/show_bug.cgi?id=1499762 ? They are different OCP versions for which we backported the same fix. We are unlikely to fix in 3.4 so if this is resolved in later releases please close this issue. This may be resolved by v3.4.1.44.38 of the elasticsearch image which includes a fix to the openshift elasticsearch plugin for non-ops cluster, issue is fixed, .all index could be shown on kibana, there is not error on kibana UI, and project logs could be shown on kibana UI but for enabled ops cluster, there is not project logs under .all index and separated project indcies, see the attached pictures. rshed es pods, _all and project.** does not exist in cluster metadata # cat /elasticsearch/logging-es/logs/logging-es.log [2018-04-08 09:13:10,648][WARN ][com.floragunn.searchguard.configuration.PrivilegesEvaluator] _all does not exist in cluster metadata [2018-04-08 09:13:10,648][WARN ][com.floragunn.searchguard.configuration.PrivilegesEvaluator] _all does not exist in cluster metadata [2018-04-08 09:13:10,649][WARN ][com.floragunn.searchguard.configuration.PrivilegesEvaluator] _all does not exist in cluster metadata [2018-04-08 09:13:10,649][WARN ][com.floragunn.searchguard.configuration.PrivilegesEvaluator] _all does not exist in cluster metadata [2018-04-08 09:13:10,760][WARN ][com.floragunn.searchguard.configuration.PrivilegesEvaluator] project.logging.6c1f95df-3af7-11e8-bb90-fa163e531066.2018.04.08" does not exist in cluster metadata [2018-04-08 09:13:10,760][WARN ][com.floragunn.searchguard.configuration.PrivilegesEvaluator] project.logging.6c1f95df-3af7-11e8-bb90-fa163e531066.2018.04.08" does not exist in cluster metadata [2018-04-08 09:13:11,780][WARN ][com.floragunn.searchguard.configuration.PrivilegesEvaluator] project.logging.6c1f95df-3af7-11e8-bb90-fa163e531066.2018.04.08" does not exist in cluster metadata Created attachment 1418836 [details]
Enabled ops cluster, kibana UI, no log entries under .all index
Created attachment 1418837 [details]
Enabled ops cluster, kibana-ops UI, there are log entries under .all index
# openshift version openshift v3.4.1.44.52 kubernetes v1.4.0+776c994 etcd 3.1.0-rc.0 Images logging-deployer/images/v3.4.1.44.52-2 logging-curator/images/v3.4.1.44.52-2 logging-fluentd/images/v3.4.1.44.38-11 logging-elasticsearch/images/v3.4.1.44.38-12 logging-kibana/images/v3.4.1.44.38-10 logging-auth-proxy/images/v3.4.1.44.38-10 Created attachment 1418838 [details]
logging dump output
|