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
How Does Clearml Store Some Of The More Intrinsic Data (Scalars, Plots, Etc)? We Recently Recovered Mongo From A Backup And While The Projects And Tasks Are There, The Console, Info, Etc Of All Of Them Is Missing

How does ClearML store some of the more intrinsic data (scalars, plots, etc)?
We recently recovered Mongo from a backup and while the projects and tasks are there, the console, info, etc of all of them is missing 🤔

  
  
Posted one year ago
Votes Newest

Answers 5


Eek. Is there a way to merge a backup from elastic to current running server?

  
  
Posted one year ago

Hi @<1523701083040387072:profile|UnevenDolphin73> , all the scalars plots etc are saved on Elastic

  
  
Posted one year ago

@<1523701087100473344:profile|SuccessfulKoala55> could you provide some instructions?

  
  
Posted one year ago

Merging will probably be a process of loading indices and adding all documents from the backup indices to the live indices - however if you deleted anything, you might restore it without it being attached to a task (that can be tested as well, but more work...)

  
  
Posted one year ago

Hmmm I would guess something would be possible but I'm not sure how to go about it. Maybe @<1523701087100473344:profile|SuccessfulKoala55> or @<1523701994743664640:profile|AppetizingMouse58> can give some more input.

  
  
Posted one year ago