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
Hello There! I Was Trying To Update The Url For Debug Samples After Migration Of The Server To A New Domain And Was Following The Steps From Here:

Hello there! I was trying to update the url for debug samples after migration of the server to a new domain and was following the steps from here: https://clear.ml/docs/latest/docs/faq#debug-images-andor-artifacts-are-not-loading-in-the-u[…]-clearml-server-to-a-new-address-how-do-i-fix-this---- . But the provided command is missing the url target for the curl so it is not complete. Am I right that the correct approach would to reconfigure the server to open ES port first and then direct the request to None ?

  
  
Posted 3 months ago
Votes Newest

Answers 5


Yes, I specified both "NEW_ADDRESS" and "OLD_ADRESS", but what I am talking about is that command is missing a <url> . If you check the command there is --header , --request and --data arguments but no <url> , so it returns curl: (2) no URL specified

  
  
Posted 3 months ago

@<1523701205467926528:profile|AgitatedDove14> Am I right that the command from the link above is missing None in the end? And if so, the 9200 port should be opened first, right?

  
  
Posted 3 months ago

Tried what I described above and got

{"error":"Incorrect HTTP method for uri [/] and method [POST], allowed: [GET, DELETE, PUT, HEAD]"
  
  
Posted 3 months ago

Hi @<1684010629741940736:profile|NonsensicalSparrow35>

But the provided command is missing the url target for the curl so it is not complete.

Not sure I followed. did you specify "NEW_ADDRESS" ?
or is it the in both cases the URL is locahost ?

  
  
Posted 3 months ago

Hi @<1684010629741940736:profile|NonsensicalSparrow35>
So sorry I missed this thread 🙏
Basically your issue is the load balancer that prevents the post command, you can change that, just add to any clearml.conf the following line:

api.http.default_method: "put"
  
  
Posted 3 months ago
199 Views
5 Answers
3 months ago
3 months ago
Tags
Similar posts