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
Unanswered
Hi Clearml Community, I Am Deploying Clearml On My Self-Hosted Machine(Ubuntu 20.4). I Follow The Instructions From


Hi SuccessfulKoala55 ,

Sorry for late reply. When I come back from my vacation, I find I can not visit webserver at port 8080 . So I typed docker-compose -f docker-compose.yml down to stop the containers and re-run docker-compose -f docker-compose.yml up to restart the ClearML. However, when I visit webserver as normal, it pops up a window as figure attached. And I find the clearml-elastic container keeps restarting, and the terminal prompts the errors as attached in .txt file.

It seems that there are some permission problems with clearml_elastic .

When I type <server_host_ip>:8008 at a new tab in browser, it refused to connect.

How can I solve this problem? Thank you.

  
  
Posted 2 years ago
137 Views
0 Answers
2 years ago
one year ago