Open david101-hunter opened 9 months ago
i have tried to configure kibana to connect elastic in clearml. it will cause elastic container restart. maybe this function is not implemented yet.
You can certainly connect to the ClearML ES using Kibana, and you can view all the documents stored there. This is not the same as using docker logs container-id
which will give you the console logs of the container
Hi I followed the guide
I have implemented successfully
Now, I want to check log elastic search and redis. How can I do that.
I can check log elasticsearch by
docker logs container-id
, but I think it's complicated for operating.How can I do that.
Example, check log elastic search on kibana, I want something like that
Thank