Request failed with status code 502 #9351
-
Hello, I run a distributed architecture with 4 search nodes, one forward node, and manager node. another error: Please point me in the right direction to fix the problem Thanks |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 2 replies
-
Have you checked the Elasticsearch logs on the search node? |
Beta Was this translation helpful? Give feedback.
-
I deleted an index that was causing issue and the problem was solved. |
Beta Was this translation helpful? Give feedback.
I deleted an index that was causing issue and the problem was solved.
I ran the following command to find an index that was causing issue:
so-elasticsearch-query _cat/indices | grep red
Then I copied the name and deleted it:
so-elasticsearch-query [index name] -XDELETE