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 All, I Am Deploying Clearml Server Components In Separate Fargate Tasks On Top Of Amazon Ecs. However, When I Try To Deploy Clearml

Hi all, I am deploying ClearML server components in separate Fargate tasks on top of Amazon ECS.
However, when I try to deploy ClearML webserver I am getting an error host not found in upstream "apiserver" in /etc/nginx/sites-enabled/default:47 . I assume this is coming because ClearML web cannot find ClearML API. Is there an environment variable or something that can be set to point to the address where ClearML API is running?

thanks for the help

  
  
Posted one month ago
Votes Newest

Answers