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 8 months ago
Votes Newest

Answers 5


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

  
  
Posted 8 months ago

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

  
  
Posted 8 months ago

how? just tar and untar?

  
  
Posted 8 months ago

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

  
  
Posted 8 months ago

which path would that be?

  
  
Posted 8 months ago
434 Views
5 Answers
8 months ago
8 months ago
Tags
Similar posts