Unable to fetch anchor document

Opensearch 2.15, Opensearch-Dashboards 2.15

Describe the issue:
View surrounding documents functionality doesn’t work. Once I click the View surrounding documents a new tab opens with the error below:

No errors in the logs neither opensearch nor opensearch-dashboards

@andrii I’ve just tested 2.15.0 with security-audit index and had no issues viewing surrounding documents.

Could you try testing it with security-audit index or another custom one?

Try using a different browser or clearing the browser’s cache.

thanks for reply @pablo. I found the root cause of my issue. It is doc id with ‘+’ in it. and there is an open issue for that: [BUG] Can't view surrounding documents when there's a "+" in the id · Issue #5711 · opensearch-project/OpenSearch-Dashboards · GitHub
So, I just reconfigured my Kafka connector that is injecting data into Opensearch not to generate a doc id. So this solved my problem.

1 Like