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
Clearml-Init Doesn'T Ask For Ports, And Our Server Exposes Ports That Are Different From Default Ones. It Would Be Great To Have An Option To Change Default Ports For Api, File And Web Servers, Otherwise Initialization Fails With Wrong Creds Error

clearml-init doesn't ask for ports, and our server exposes ports that are different from default ones. it would be great to have an option to change default ports for api, file and web servers, otherwise initialization fails with wrong creds error

  
  
Posted one year ago
Votes Newest

Answers 3


Hi DilapidatedDucks58
is this something new ?
usually copy pasting directly from the UI parses everything, no?

  
  
Posted one year ago

sorry, my bad, after some manipulations I made it work. I have to manually change HTTP to HTTPS in config file for Web and Files (not API) server after initialization, but besides that it works

  
  
Posted one year ago

Both server and agent can be configured with different ports. Which is it you`re looking for?

  
  
Posted one year ago
570 Views
3 Answers
one year ago
one year ago
Tags