Bug 1933978
| Summary: | Unable to access/use index pattern after a couple of days | ||
|---|---|---|---|
| Product: | OpenShift Container Platform | Reporter: | Simon Reber <sreber> |
| Component: | Logging | Assignee: | ewolinet |
| Status: | CLOSED ERRATA | QA Contact: | Anping Li <anli> |
| Severity: | high | Docs Contact: | |
| Priority: | high | ||
| Version: | 4.5 | CC: | alchan, andcosta, anisal, anli, aos-bugs, cruhm, david.karlsen, dgautam, ewolinet, jcantril, kiyyappa, luaparicio, mfiedler, mrobson, naygupta, ocasalsa, openshift-bugs-escalate, pauwebst, periklis, prdeshpa, qitang, rpalathi, vsamanth |
| Target Milestone: | --- | ||
| Target Release: | 4.6.z | ||
| Hardware: | x86_64 | ||
| OS: | Linux | ||
| Whiteboard: | logging-exploration | ||
| Fixed In Version: | Doc Type: | If docs needed, set a value | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2021-05-12 12:16:04 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: | |||
|
Description
Simon Reber
2021-03-02 07:59:55 UTC
By accident, I reproduced this issue with following steps. 1) Deploy Cluster Logging 4.4. 2) Upgrade Logging to 4.5.36 --> All works well 3) Delete CLO operators and EO operators 4) Install operator 4.5.33. --> Save # Kibana popup message below when click the index pattern.
Could not locate that index-pattern (id: 468eab30-920c-11eb-ba63-91f02039c02d), click here to re-create it
#Delete the saved objects(Index pattern), report 403.
{"type":"response","@timestamp":"2021-03-31T13:48:26Z","tags":[],"pid":121,"method":"delete","statusCode":403,"req":{"url":"/api/saved_objects/index-pattern/468eab30-920c-11eb-ba63-91f02039c02d","method":"delete","headers":{"host":"kibana-openshift-logging.apps.anli461.qe.gcp.devcluster.openshift.com","user-agent":"Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:87.0) Gecko/20100101 Firefox/87.0","accept":"*/*","accept-encoding":"gzip, deflate, br","accept-language":"en-US,en;q=0.5","content-type":"application/json","forwarded":"for=61.51.136.151;host=kibana-openshift-logging.apps.anli461.qe.gcp.devcluster.openshift.com;proto=https","kbn-version":"6.8.1","origin":"https://kibana-openshift-logging.apps.anli461.qe.gcp.devcluster.openshift.com","referer":"https://kibana-openshift-logging.apps.anli461.qe.gcp.devcluster.openshift.com/app/kibana","x-forwarded-access-token":"sha256~FXL-wh_YXqNJe2_1DaE7zkMxd7l0NE-xgdgkb2u6fXA","x-forwarded-email":"testuser-0","x-forwarded-for":"61.51.136.151, 10.131.0.5","x-forwarded-host":"kibana-openshift-logging.apps.anli461.qe.gcp.devcluster.openshift.com","x-forwarded-port":"443","x-forwarded-proto":"https","x-forwarded-user":"testuser-0","securitytenant":"__user__"},"remoteAddress":"127.0.0.1","userAgent":"127.0.0.1","referer":"https://kibana-openshift-logging.apps.anli461.qe.gcp.devcluster.openshift.com/app/kibana"},"res":{"statusCode":403,"responseTime":36,"contentLength":9},"message":"DELETE /api/saved_objects/index-pattern/468eab30-920c-11eb-ba63-91f02039c02d 403 36ms - 9.0B"}
#Create index pattern, report 403.
{"type":"response","@timestamp":"2021-03-31T13:56:55Z","tags":[],"pid":121,"method":"post","statusCode":403,"req":{"url":"/api/saved_objects/index-pattern?overwrite=false","method":"post","headers":{"host":"kibana-openshift-logging.apps.anli461.qe.gcp.devcluster.openshift.com","user-agent":"Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:87.0) Gecko/20100101 Firefox/87.0","content-length":"66","accept":"*/*","accept-encoding":"gzip, deflate, br","accept-language":"en-US,en;q=0.5","content-type":"application/json","forwarded":"for=61.51.136.151;host=kibana-openshift-logging.apps.anli461.qe.gcp.devcluster.openshift.com;proto=https","kbn-version":"6.8.1","origin":"https://kibana-openshift-logging.apps.anli461.qe.gcp.devcluster.openshift.com","referer":"https://kibana-openshift-logging.apps.anli461.qe.gcp.devcluster.openshift.com/app/kibana","x-forwarded-access-token":"sha256~FXL-wh_YXqNJe2_1DaE7zkMxd7l0NE-xgdgkb2u6fXA","x-forwarded-email":"testuser-0","x-forwarded-for":"61.51.136.151, 10.128.2.10","x-forwarded-host":"kibana-openshift-logging.apps.anli461.qe.gcp.devcluster.openshift.com","x-forwarded-port":"443","x-forwarded-proto":"https","x-forwarded-user":"testuser-0","securitytenant":"__user__"},"remoteAddress":"127.0.0.1","userAgent":"127.0.0.1","referer":"https://kibana-openshift-logging.apps.anli461.qe.gcp.devcluster.openshift.com/app/kibana"},"res":{"statusCode":403,"responseTime":27,"contentLength":9},"message":"POST /api/saved_objects/index-pattern?overwrite=false 403 27ms - 9.0B"}
Migrate from 4.5.36 to 4.5.34 is not a real custom case. I will try to get a 100% reproduce way.
Verified on CSV elasticsearch-operator.4.6.0-202104282223.p0. *** Bug 1902112 has been marked as a duplicate of this bug. *** Since the problem described in this bug report should be resolved in a recent advisory, it has been closed with a resolution of ERRATA. For information on the advisory (OpenShift Container Platform 4.6.28 extras update), and where to find the updated files, follow the link below. If the solution does not work for you, open a new bug report. https://access.redhat.com/errata/RHBA-2021:1489 *** Bug 2005589 has been marked as a duplicate of this bug. *** The needinfo request[s] on this closed bug have been removed as they have been unresolved for 120 days |