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, Has Anyone Use Clearml Server With Https Successfully? I Deploy Clearml Ami On An Ec2 Instance And Use A Network Lb To Use Ssl And Direct Https Traffic To Web Server On 8080. But How Do We Connect To Api Server And File Server On Port 8008 An

Hi everyone,
Has anyone use ClearML server with https successfully? I deploy ClearML AMI on an EC2 instance and use a Network LB to use SSL and direct https traffic to web server on 8080. But how do we connect to api server and file server on port 8008 and 8081?

  
  
Posted 2 years ago
Votes Newest

Answers 3


Hi GrittyCormorant73 , are you using a domain name?

  
  
Posted 2 years ago

Well, the usual practice is to use different subdomains for the web, api and files ports

  
  
Posted 2 years ago

SuccessfulKoala55 yes, I’m using a subdomain of my main domain for this

  
  
Posted 2 years ago