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
Unanswered
Hello. I'M Running The Self-Hosted Version Of `Clearml-Server` And I'M Seeing That The Elasticsearch Container Is Using A Lot Of Memory. I Have Two Questions: 1. Would Archiving Old Experiments Help Reduce The Memory Usage Of The Elasticsearch Container?


Is there maybe a way to do this without editing the docker-compose file? My concern is having to manually apply the same changes every time I upgrade clearml-server. It would be nice if there was a way to set the memory limit for the elasticsearch container in the .conf files for example

  
  
Posted 6 days ago
7 Views
0 Answers
6 days ago
5 days ago