我收到此消息:index_not_found_exception。 在云端上部署Elasticsearch时,我看到了一个奇怪的问题,就像每当我将Elasticsearch设置在/ path的入口后面(例如:https://www.example.com/)时,它就会显示所需的输出,即集群详细信息。但是当我将其设置为/以外的路径时(例如 https://www.example.com/elasticsearch/)显示的是index_not_found_exception。我认为它将Elasticsearch视为索引。错误和解决方案可能是什么?
P.S。使用nginx-ingress-controller,图片版本:0.17.0
spec: rules: - host: www.example.com http: paths: - backend: serviceName: elasticsearch-logging servicePort: 9200 path: /elasticsearch/
我也有 ingress.kubernetes.io/rewrite-target:/
它应该显示elasticsearch集群信息,而不是显示index_not_found_exception。