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 Folks! I’M Looking To Migrate A Clearml Server Setup From Using Local Storage To Azure Blob Storage. I Am Able To Get Data To Upload To Azure, And The Clearml Agent Can Download From Azure, But When We Try To View Samples In The Clearml Webui, It Promp

Hi folks! I’m looking to migrate a clearml server setup from using local storage to Azure blob storage. I am able to get data to upload to azure, and the clearml agent can download from azure, but when we try to view samples in the clearml webUI, it prompts for a SAS token. Is there a way to configure the clearml server to be able to generate the sas tokens for us, or will I need to generate those external of clearml? I’ve reviewed the clearml docs and they are unclear on if this is possible.

Additionally when you supply a sas token manually, it gets appended to the asset’s cloud storage url, but it does not add ? before the sas token causing the request to fail unless you edit the url to add the missing ?
Thanks in advance for your help!

  
  
Posted one month ago
Votes Newest

Answers 4


Hi HappyAnt94 , the server doesn't support generating this token, so you'll have to add it.
Regarding the second question, where do you provide it manually exactly?

  
  
Posted one month ago

WebApp: 1.15.0-472 • Server: 1.15.0-472 • API: 2.29
I’ll try updating the server. Thank you!

  
  
Posted one month ago

when you click on the link to an asset in azure storage this pops up
image

  
  
Posted one month ago

Hi HappyAnt94 which server version are you using?
since 1.17 we automatically add a ? if it's missing.

  
  
Posted one month ago
151 Views
4 Answers
one month ago
one month ago
Tags
Similar posts