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
Second Question: I Want To Run Clearml-Server Without Fileserver. However, It Seems Like The Webserver Has Some Dependency On It (I Get Some Nginx Error). Am I Assuming Correct, That It Is Currently Not Possible To Run Clearml Without Fileservers?

Second question: I want to run clearml-server without fileserver. However, it seems like the webserver has some dependency on it (I get some nginx error). Am I assuming correct, that it is currently not possible to run ClearML without fileservers?

  
  
Posted one year ago
Votes Newest

Answers 5


I am currently on the move, but it was something like upstream server not found in /etc/nginx/nginx.conf and if I remember correctly line 88

  
  
Posted one year ago

It should be possible 🙂 - what error are you seeing?

  
  
Posted one year ago

ReassuredTiger98 this is simply because the nginx is configured with the fileserver address and fails because the address itself is invalid - I think that if you override this address with something valid (even though that's not a proper fileserver) the error should not appear. Try setting the NGINX_FILESERVER_ADDRESS env var in the docker compose for the webserver with something like http://apiserver:8008

  
  
Posted one year ago

I'll take a look - if you get a chance to paste the exact error that would be great 🙂

  
  
Posted one year ago

Thank you, gonna try that!

  
  
Posted one year ago
629 Views
5 Answers
one year ago
one year ago
Tags