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 All, We Recently Went From A Docker Hosted Clearml To A K8S Hosted Clearml. We Migrated Our Experiments By Tarballing The Data Folder Of Mongodb And Getting It On Our Cluster. The Experiments Seem To Have Ported Fine,

Hi all, we recently went from a docker hosted clearml to a k8s hosted clearml. We migrated our experiments by tarballing the data folder of mongodb and getting it on our cluster. The experiments seem to have ported fine, but we have no record of the scalars . Is there any thing more to port over?

We loosely followed this guide .

  
  
Posted one year ago
Votes Newest

Answers 5


Hi @<1535069219354316800:profile|PerplexedRaccoon19> , what you're missing is all the ElasticSearch data

  
  
Posted one year ago

Back up the indices from the original setup and import them to the new ES

  
  
Posted one year ago

I'm not sure it will work - you can try, though

  
  
Posted one year ago

which path would that be?

  
  
Posted one year ago

how? just tar and untar?

  
  
Posted one year ago
758 Views
5 Answers
one year ago
one year ago
Tags
Similar posts