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
I Noticed When I Restore Entire Clearml App (Tar And Untar

I noticed when I restore entire ClearML app (tar and untar /opt/clearml/data to new server)
I do not see my previous token under workspace-configuration , forcing me to generate new access/secret keys and update my ~/clearml.conf

is this expected behavior?

  
  
Posted 23 days ago
Votes Newest

Answers


Hi @<1523701842515595264:profile|PleasantOwl46> , I'm not sure. Do you see any errors in the API server on such a startup?

  
  
Posted 22 days ago
72 Views
1 Answer
23 days ago
21 days ago
Tags