Examples: query, "exact match", wildcard*, wild?ard, wild*rd
Fuzzy search: cake~ (finds cakes, bake)
Term boost: "red velvet"^4, chocolate^2
Field grouping: tags:(+work -"fun-stuff")
Escaping: Escape characters +-&|!(){}[]^"~*?:\ with \, e.g. \+
Range search: properties.timestamp:[1587729413488 TO *] (inclusive), properties.title:{A TO Z}(excluding A and Z)
Combinations: chocolate AND vanilla, chocolate OR vanilla, (chocolate OR vanilla) NOT "vanilla pudding"
Field search: properties.title:"The Title" AND text
Profile picture
MistakenTurtle88
Moderator
3 Questions, 8 Answers
  Active since 23 November 2023
  Last activity one month ago

Reputation

0

Badges 1

8 × Eureka!
0 Votes
1 Answers
1K Views
0 Votes 1 Answers 1K Views
Hello, Do you know when we compare two experiments if we can hide identicals fields by default?It is a pain to always click on this button if we have a lot o...
one year ago
0 Votes
6 Answers
2K Views
0 Votes 6 Answers 2K Views
one year ago
0 Votes
9 Answers
295 Views
0 Votes 9 Answers 295 Views
Hello I wanted to set up my clearml server locally, Is it normal that the webpage on None is blank?
2 months ago
0 Hello I Wanted To Set Up My Clearml Server Locally, Is It Normal That The Webpage On

I have this error on clearml-elastic when I launch the docker-compose
learml-elastic | {"@timestamp":"2025-06-23T15:58:38.987Z", "log.level":"ERROR", "message":"fatal exception while booting Elasticsearch", "ecs.version": "1.2.0","service.name":"ES_ECS","event.dataset":"elasticsearch.server","process.thread.name":"main","log.logger":"org.elasticsearch.bootstrap.Elasticsearch","elasticsearch.node.name":"clearml","elasticsearch.cluster.name":"clearml","error.type":"java.lang.IllegalStateExcepti...

2 months ago
0 Hello I Wanted To Set Up My Clearml Server Locally, Is It Normal That The Webpage On

the output of the logs ( command docker-compose -f /opt/clearml/docker-compose.yml ) are :

2 months ago
0 Hello I Wanted To Set Up My Clearml Server Locally, Is It Normal That The Webpage On

Like my connect configuration on clearml look like this 😞
image

2 months ago
0 Hello I Wanted To Set Up My Clearml Server Locally, Is It Normal That The Webpage On

shouldn't we have a clearml interface like the one on the website ?

2 months ago
0 Hello I Wanted To Set Up My Clearml Server Locally, Is It Normal That The Webpage On

In some case people have the same mistake:
Sometimes when you reload your server or when you are developping, the error can come from the browser cookies and not directly the server, my server started right but I restarted it and nothing appeared on my browser, switching to another browser fixed the issue

one month ago