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
Answered
Hi Everyone! I'Ve Updated To Clearml 1.15 And The Env Var Webserver__Clearml_Api_Host Stopped Working In

Hi everyone!
I've updated to clearml 1.15 and the env var WEBSERVER__CLEARML_API_HOST stopped working in webserver docker-compose service.
It's been set because I have a different port for clearml api server. It solved the issue with incorrect port shown in create credentials dialogue in web ui.

Please help me fix that once again 😔
image

  
  
Posted one month ago
Votes Newest

Answers 5


@<1585078752969232384:profile|FantasticDuck7> - you can set

WEBSERVER__displayedServerUrls={"apiServer":"<apiserver address>","filesServer":"<filesserver addess>","webServer":"<webserver address>"}

This should affect the display of the credentials screen

  
  
Posted one month ago

@<1523701087100473344:profile|SuccessfulKoala55> Mate, any news on my issue from the team?

  
  
Posted one month ago

Hi @<1585078752969232384:profile|FantasticDuck7> , let me check with the team

  
  
Posted one month ago

@<1523703097560403968:profile|CumbersomeCormorant74> Thank you! I'll try this and let you know if that helped

  
  
Posted one month ago

It worked! Thank you once again!

  
  
Posted one month ago
242 Views
5 Answers
one month ago
one month ago
Tags