I have created an elasticsearch cluster on aws opensearch. The cluster is in a VPC. For some reason I am not able to see the indices tab on it. I am also not able to create indexes on my cluster using python code.
Any idea why is it so?
I am not able to create indices on the cluster and getting a timeout error while trying to do so.
Asked
Active
Viewed 491 times
3

user3807691
- 1,284
- 1
- 11
- 29
-
3The reason you don't see indices tab is because your cluster is in VPC and that's a known limitation from aws opensearch – Manish Yadav Feb 25 '22 at 15:56