03 Nov 2023 12:51 PM
Hi,
I always get the message "Elasticsearch Problem" after adding new nodes to the current cluster. The problem disappears after about 72h-96h. This is probably due to data synchronization.
How can I check what DT is doing during this time? Alternatively, how can I check the proges?
Radek
Solved! Go to Solution.
03 Nov 2023 01:15 PM
Hello Radek,
Maybe this doc will help to check the ealsticseach status.
https://www.elastic.co/guide/en/elasticsearch/reference/current/cluster-health.html
curl -X GET "localhost:9200/_cluster/health
Cheers!
RN
03 Nov 2023 01:25 PM
Hi @RazTN7
Ok, I thought it could be checked from DT logs etc. Thanks for the reply - I'll give it a try after adding another node today on my environment.
Thank you!
Radek
06 Nov 2023 12:22 PM
Thanks for the hint! I got all the information I was interested in 🙂