allegroai / clearml-server

ClearML - Auto-Magical CI/CD to streamline your AI workload. Experiment Management, Data Management, Pipeline, Orchestration, Scheduling & Serving in one MLOps/LLMOps solution
https://clear.ml/docs
Other
364 stars 132 forks source link

ElasticSearch UI and Redis UI? #232

Open david101-hunter opened 4 months ago

david101-hunter commented 4 months ago

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

jingli-wtbox commented 2 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.

jkhenning commented 2 months ago

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