TransportError using docker for ElasticSearch #3466
Unanswered
Sharvari-Jadhav-ELS
asked this question in
Questions
Replies: 1 comment
-
Hey @Sharvari-Jadhav-ELS unfortunately this is not really related with Haystack. I suggest you check out how to connect to Elasticsearch directly and find a way to delete your indices. For example check out the Delete API docs or try this tutorial for a more step-by-step approach. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello,
I was working with the docker instance of Elastic Search on my AWS EC2 instance. It was running successfully. Now while initializing the ES document store I am running into TransportError which based on my understanding talks about Docker memory getting full. Since I can't even initialize the ES document store object, I can't use the delete_all_documents function to even delete indices.
Beta Was this translation helpful? Give feedback.
All reactions