# Kibana upgrade to 8.x , can't enter monitoring

**URL:** https://discuss.elastic.co/t/kibana-upgrade-to-8-x-cant-enter-monitoring/299987
**Category:** Kibana
**Tags:** elastic-stack-monitoring
**Created:** [March 17, 2022, 8:06pm UTC](https://discuss.elastic.co/t/kibana-upgrade-to-8-x-cant-enter-monitoring/299987 "2022-03-17T20:06:05Z")
**Posts on this page:** 1
**Showing post:** 4

<div class="post-metadata">

### Author: ![matschaffer](https://sea2.discourse-cdn.com/elastic/user_avatar/discuss.elastic.co/matschaffer/32/95396_2.png) [@matschaffer](https://discuss.elastic.co/u/matschaffer)
#### Post date: [April 4, 2022, 11:56pm UTC](https://discuss.elastic.co/t/kibana-upgrade-to-8-x-cant-enter-monitoring/299987/4 "2022-04-04T23:56:40Z")

</div>

That's strange. The Elastic user should definitely work.

That message comes from [kibana/index.tsx at 9d662b77bec867247421376ecb60a07202ed45f9 · elastic/kibana · GitHub](https://github.com/elastic/kibana/blob/9d662b77bec867247421376ecb60a07202ed45f9/x-pack/plugins/monitoring/public/application/pages/access_denied/index.tsx#L51) which is a page I find hard to reach even in local testing.

It calls `api/monitoring/v1/check_access` ([kibana/check\_access.ts at 0bd772432a313599656d8fe8adfdc7e6ef5d328a · elastic/kibana · GitHub](https://github.com/elastic/kibana/blob/0bd772432a313599656d8fe8adfdc7e6ef5d328a/x-pack/plugins/monitoring/server/routes/api/v1/check_access/check_access.ts#L21)) on kibana so it could be that API is failing for some other reason and the UI is treating it as an authorization error.

If an exception gets thrown there it should show up in your kibana logs when you try to load the monitoring UI, so I'd recommend checking there next.

---

_[View the full topic](https://discuss.elastic.co/t/kibana-upgrade-to-8-x-cant-enter-monitoring/299987)._
