clearml-server icon indicating copy to clipboard operation
clearml-server copied to clipboard

ElasticSearch UI and Redis UI?

Open david101-hunter opened this issue 1 year ago • 2 comments

Hi I followed the guide

I have implemented successfully

image

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

image

Thank

david101-hunter avatar Feb 21 '24 03:02 david101-hunter

i have tried to configure kibana to connect elastic in clearml. it will cause elastic container restart. maybe this function is not implemented yet.

jingli-wtbox avatar Apr 11 '24 22:04 jingli-wtbox

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

jkhenning avatar Apr 14 '24 13:04 jkhenning