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
Did We Hit The Clearml Self-Hosted Capacity? We Have 150Gb Of Scalar Index In Elasticsearach And Evertyhting Is Failing Hard. Console Logs, Scalars, Plots Are Not Loading, Averything In Clearml Web App Lags, Freezes Or Fails To Load The Server Is Has 30Gb


Hi @<1590514584836378624:profile|AmiableSeaturtle81> , you'll need to share some ES and Mongo logs for that, but my guess is that the ES instance is struggling to handle the large indices you most likely have there. Mongo should not be ab issue, unless you have a huge number is tasks stored there (and even than it's always am issue of RAM)

  
  
Posted 2 days ago
1 Views
0 Answers
2 days ago
one day ago