# Issue with Discover Not Loading on OpenSearch Dashboard

**URL:** https://forum.opensearch.org/t/issue-with-discover-not-loading-on-opensearch-dashboard/21957
**Category:** OpenSearch Dashboards
**Tags:** troubleshoot
**Created:** [October 15, 2024, 5:19am UTC](https://forum.opensearch.org/t/issue-with-discover-not-loading-on-opensearch-dashboard/21957 "2024-10-15T05:19:26Z")
**Posts on this page:** 6
**Page:** 1

<div class="post-metadata">

### Author: ![cucukaka](https://avatars.discourse-cdn.com/v4/letter/c/87869e/32.png) [@cucukaka](https://forum.opensearch.org/u/cucukaka)
#### Post date: [October 15, 2024, 5:19am UTC](https://forum.opensearch.org/t/issue-with-discover-not-loading-on-opensearch-dashboard/21957/1 "2024-10-15T05:19:26Z")

</div>

**Versions** (relevant - OpenSearch/Dashboard/Server OS/Browser):  
opensearch dashboard v2.11.1

**Describe the issue** :

 ![image](https://us1.discourse-cdn.com/flex019/uploads/mauve_hedgehog/original/2X/4/43ec60826e6b279dd7aa2a6d2a92db15713e4aee.png)

When I click on **Discover** in the OpenSearch Dashboard, it doesn’t load, and instead, I see “Overview” with **no content displayed.** Even when I click on **Overview** , nothing shows up.

After a few minutes, both Overview and Discover load, but this issue happens very frequently.

What could be the cause of this, and how can I fix it?

---

<div class="post-metadata">

### Author: ![Mantas](https://avatars.discourse-cdn.com/v4/letter/m/7bcc69/32.png) [@Mantas](https://forum.opensearch.org/u/Mantas)
#### Post date: [October 21, 2024, 3:24pm UTC](https://forum.opensearch.org/t/issue-with-discover-not-loading-on-opensearch-dashboard/21957/2 "2024-10-21T15:24:04Z")

</div>

Hi @cucukaka, are there any errors in the OS logs?

can you share the output of:

curl --insecure -u \<user\_name\>: -XGET https://\<OS\_node\>:9200/\_plugins/\_security/authinfo?pretty

best,  
mj

---

<div class="post-metadata">

### Author: ![cucukaka](https://avatars.discourse-cdn.com/v4/letter/c/87869e/32.png) [@cucukaka](https://forum.opensearch.org/u/cucukaka)
#### Post date: [October 23, 2024, 7:52am UTC](https://forum.opensearch.org/t/issue-with-discover-not-loading-on-opensearch-dashboard/21957/3 "2024-10-23T07:52:25Z")

</div>

here, thanks!

```auto
$ curl -k https://localhost:9200/_plugins/_security/authinfo?pretty -u admin:admin
{
  "user" : "User [name=admin, backend_roles=[admin], requestedTenant=null]",
  "user_name" : "admin",
  "user_requested_tenant" : null,
  "remote_address" : "10.11.26.1:55168",
  "backend_roles" : [
    "admin"
  ],
  "custom_attribute_names" : [],
  "roles" : [
    "own_index",
    "tenant_ahnlab_read",
    "all_access"
  ],
  "tenants" : {
    "global_tenant" : true,
    "admin" : true,
    "ahnlab" : true
  },
  "principal" : null,
  "peer_certificates" : "0",
  "sso_logout_url" : null
}

```

---

<div class="post-metadata">

### Author: ![Mantas](https://avatars.discourse-cdn.com/v4/letter/m/7bcc69/32.png) [@Mantas](https://forum.opensearch.org/u/Mantas)
#### Post date: [October 23, 2024, 10:31am UTC](https://forum.opensearch.org/t/issue-with-discover-not-loading-on-opensearch-dashboard/21957/4 "2024-10-23T10:31:42Z")

</div>

The permissions look good. The next thing to check is index patterns. Could you recreate them and test Descover again?

> **[Index patterns](https://opensearch.org/docs/latest/dashboards/management/index-patterns/)**
>
> Index patterns

best,  
mj

---

<div class="post-metadata">

### Author: ![kkoki](https://avatars.discourse-cdn.com/v4/letter/k/ecae2f/32.png) [@kkoki](https://forum.opensearch.org/u/kkoki)
#### Post date: [October 24, 2024, 5:06am UTC](https://forum.opensearch.org/t/issue-with-discover-not-loading-on-opensearch-dashboard/21957/5 "2024-10-24T05:06:18Z")

</div>

I am experiencing a similar issue and have some information from the dev tools.  
I am trying to search for a saved object using a non-existent index pattern ID.  
I don’t understand why it’s looking for an ID that doesn’t exist.  
The test account has admin privileges with full access.

 ![이미지 (4)](https://us1.discourse-cdn.com/flex019/uploads/mauve_hedgehog/original/2X/2/2d3e76caf8ef5024c1b4d7033d70e901db7a5f14.png)

---

<div class="post-metadata">

### Author: ![ppilev](https://avatars.discourse-cdn.com/v4/letter/p/ee7513/32.png) [@ppilev](https://forum.opensearch.org/u/ppilev)
#### Post date: [May 23, 2025, 3:23pm UTC](https://forum.opensearch.org/t/issue-with-discover-not-loading-on-opensearch-dashboard/21957/6 "2025-05-23T15:23:40Z")

</div>

Got the same issue. Even clicked on Discover the UI was still showing “Overview” in the upper left like on the screenshot above.  
Solution: Open Dev Tools (F12) and then switch back to your browser page.  
After dev tools were opened this menu will become available when right click on refresh button in the browser:

 ![image](https://us1.discourse-cdn.com/flex019/uploads/mauve_hedgehog/original/2X/f/fa275ab8d8309ad2a8100e967cb816ce48204581.png)  
Click on Empty Cache and Hard Reload, close dev tools, refresh your page.
