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
Profile picture
RattySparrow90
Moderator
6 Questions, 11 Answers
  Active since 23 December 2023
  Last activity 5 months ago

Reputation

0

Badges 1

10 × Eureka!
0 Votes
4 Answers
1K Views
0 Votes 4 Answers 1K Views
one year ago
0 Votes
2 Answers
871 Views
0 Votes 2 Answers 871 Views
Hi everyone, is there a possibility to point the ClearML Server to an already existing elasticsearch instance instead of deploying and connecting to its 'own...
one year ago
0 Votes
4 Answers
902 Views
0 Votes 4 Answers 902 Views
Hi, we are currently seeing the following error in our logs of the ClearML apiserver pod: [2024-03-20 15:33:32,089] [8] [WARNING] [elasticsearch] POST None [...
one year ago
0 Votes
2 Answers
888 Views
0 Votes 2 Answers 888 Views
Hi, we recently deployed ClearML server and ClearML serving to our test infrastructure where it is running lika a breeze 🙂 . Moving forward in the productio...
one year ago
0 Votes
2 Answers
487 Views
0 Votes 2 Answers 487 Views
Hi! We use ClearML self-hosted on a k8s cluster. Great work btw 😉 We are currently experiencing a problem with the debug samples of tasks. They are not show...
7 months ago
0 Votes
4 Answers
604 Views
0 Votes 4 Answers 604 Views
Hi! We use ClearML self-hosted on a k8s cluster. I currently try to reduce the log level of the ClearML components such as the Apiserver, Fileserver, Webserv...
7 months ago