Unanswered
Greetings!
Could You Help Me?
I’Ve Just Tried Delete Old Experiment (Year Ago) But Got The Following Error:
Hi ResponsiveCamel97 , the shards and indices stats look fine. Can you please try the async delete of the task data? You can run the following line in the shell inside the apiserver container. Just replace <task_id> with your actual task idcurl -XPOST -H "Content-Type: application/json" "
" -d'{"query": {"term": {"task": "<task_id>"}}}'
You should get in response something like this:{"task":"p6350SG7STmQALxH-E3CLg:1426125"}
Then you can periodically ping ES on the status of the running operation:curl -XGET "
<copy here the ES task that you received above>"
Let's see how much time the async delete task will eventually take and what amount of data will be deleted
164 Views
0
Answers
2 years ago
one year ago