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
Hey All, We Have A Problem In Our Clearml Installation. All Tables / Plots Created For Tasks Are Duplicated In The Ui. We Are Running Version "1.10.1". We Checked Mongodb And Elasticsearch And Could Find Documents Are Correct.

Hey all, we have a problem in our clearml installation. All tables / plots created for tasks are duplicated in the UI. We are running version "1.10.1". We checked mongodb and elasticsearch and could find documents are correct.
image

  
  
Posted 5 months ago
Votes Newest

Answers 4


Did this happen suddenly or with some version upgrade?

  
  
Posted 5 months ago

Side info: we checked that the events.get_task_plots request actually returns 22 entries (while its supposed to only return 3 disjunct plot).

  
  
Posted 5 months ago

image

  
  
Posted 5 months ago

It might have happened since on old update @<1523701070390366208:profile|CostlyOstrich36> . We started with 1.9.1

  
  
Posted 5 months ago
276 Views
4 Answers
5 months ago
5 months ago
Tags