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 2 years ago
Votes Newest

Answers 5


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

  
  
Posted 2 years ago

how? just tar and untar?

  
  
Posted 2 years ago

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

  
  
Posted 2 years ago

which path would that be?

  
  
Posted 2 years ago

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

  
  
Posted 2 years ago
1K Views
5 Answers
2 years ago
2 years ago
Tags
Similar posts