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
ShallowLion60
Moderator
2 Questions, 5 Answers
  Active since 31 July 2024
  Last activity one month ago

Reputation

0

Badges 1

5 × Eureka!
0 Votes
6 Answers
178 Views
0 Votes 6 Answers 178 Views
Hi folks. I've installed ClearML on k8s cluster using helm chart 7.11.0, if it matters. When I trying to create "APP CREDENTIALS" from workspace settings and...
one month ago
0 Votes
4 Answers
150 Views
0 Votes 4 Answers 150 Views
Hi everyone. Is there any way to customize web_server and api_server urls in this dialog window? Clearml in our case installed on k8s using helm chart (versi...
one month ago
one month ago
one month ago
0 Hi Everyone. Is There Any Way To Customize

Hi @<1523701087100473344:profile|SuccessfulKoala55> Thanks a lot to the tip 👍 ! It works for me! Actually it is possible for fix WEBSERVER__displayedServerUrls just by changing clearml.clientConfigurationApiUrl and clearml.clientConfigurationFilesUrl. External url for webserver is not a problem in my case

one month ago
0 Hi Everyone. Is There Any Way To Customize

Unfortunately I did not find such vars in helm chart. Currently I see external urls like None and None But I would like to get here urls like None and None . The last tow urls - are internal k8s domains - we have clearml-webserver and clearml-apiserver services in terms of kubernetes.

one month ago