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 Everyone! We Are In The Middle Of Changing Clearml Cluster We Have Dumped Mongodb (With Mongodump Tool) And Restored (Mongorestore) It In A New Cluster, But No

Hi everyone!

We are in the middle of changing ClearML cluster

We have dumped mongodb (with mongodump tool) and restored (mongorestore) it in a new cluster, but no logs and scalars/plots have appeared in restored tasks

What are we doing wrong?

  
  
Posted 2 months ago
Votes Newest

Answers 2


I'm guessing you didn't move ES?

  
  
Posted 2 months ago

Yeah, you were right!
Thank you!

  
  
Posted 12 days ago
328 Views
2 Answers
2 months ago
11 days ago
Tags