Hi all,
I recently updated my self-hosted clearml-server to 1.10 and it seemed to fail (see attached image). I checked the logs and could not find any errors that would prevent the server from working.
I did find these errors in clearml-elastic by running docker logs clearml-elastic | less | grep -v INFO | less
{"type": "deprecation.elasticsearch", "timestamp": "2023-04-02T07:29:06,804Z", "level": "CRITICAL", "component": "o.e.d.c.s.Settings", "cluster.name": "clearml", "node.name": "clearml", "message": "[node.ingest] setting was deprecated in Elasticsearch and will be removed in a future release! See the breaking changes documentation for the next major version.", "key": "node.ingest", "category": "settings" }
{"type": "deprecation.elasticsearch", "timestamp": "2023-04-02T07:29:06,868Z", "level": "CRITICAL", "component": "o.e.d.n.Node", "cluster.name": "clearml", "node.name": "clearml", "message": "legacy role settings [node.ingest] are deprecated, use [node.roles=[transform, data_frozen, master, remote_cluster_client, data, ml, data_content, data_hot, data_warm, data_cold, ingest]]", "key": "legacy role settings", "category": "settings" }
{"type": "deprecation.elasticsearch", "timestamp": "2023-04-02T07:29:08,487Z", "level": "CRITICAL", "component": "o.e.d.c.s.Settings", "cluster.name": "clearml", "node.name": "clearml", "message": "[xpack.monitoring.enabled] setting was deprecated in Elasticsearch and will be removed in a future release! See the breaking changes documentation for the next major version.", "key": "xpack.monitoring.enabled", "category": "settings" }
{"type": "deprecation.elasticsearch", "timestamp": "2023-04-02T07:29:08,489Z", "level": "CRITICAL", "component": "o.e.d.c.s.Settings", "cluster.name": "clearml", "node.name": "clearml", "message": "[discovery.zen.minimum_master_nodes] setting was deprecated in Elasticsearch and will be removed in a future release! See the breaking changes documentation for the next major version.", "key": "discovery.zen.minimum_master_nodes", "category": "settings" }
{"type": "deprecation.elasticsearch", "timestamp": "2023-04-02T07:29:41,069Z", "level": "WARN", "component": "o.e.d.r.RestController", "cluster.name": "clearml", "node.name": "clearml", "message": "Legacy index templates are deprecated in favor of composable templates.", "key": "deprecated_route_PUT_/_template/{name}", "category": "api", "cluster.uuid": "Qn-Lwrw8QqaW6rlMVGQ6Aw", "node.id": "AW_veqC2Q0O5KQJr5OtKPQ" }
there is nothing on /opt/clearml/logs/ that indicates an issue or on the docker logs. Any idea what's going on?