Hello all,
I am getting this message: index_not_found_exception .
While deploying elasticsearch on cloud, I am seeing this strange issue like whenever I set my elasticsearch behind ingress at / path (for example: https://www.abc.com/) it is showing the desired output, i.e. the cluster details. But when I set it to path other than /, (like
https://www.abc.com/elasticsearch/) it is showing the index_not_found_exception . I think it is treating the elasticsearch as an index. What possibly could be the error and solution to this
? Thanks in advance!!

I found that there is some dependency in ingress version. Also, in default namespace it worked and in another namespace its not working.