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
DeliciousSeaturtle82
Moderator
2 Questions, 6 Answers
  Active since 19 August 2024
  Last activity 2 months ago

Reputation

0

Badges 1

5 × Eureka!
0 Votes
8 Answers
183 Views
0 Votes 8 Answers 183 Views
Hi
Hi 🙂 We have clearml running on GCP compute engine for like 2 years (not k8s managed, running with docker-compose). lately i successfully created new server...
gcp
2 months ago
0 Votes
3 Answers
195 Views
0 Votes 3 Answers 195 Views
gcp
2 months ago
0 Hi

thanks @<1523701070390366208:profile|CostlyOstrich36> , the big challenge is the versions of the databases in the docker compose and the versions in the sub charts of mongo and elastic in the helm chart im using. in the helm chart mongo is in version 5 and the newest docker compose still using mongo4.4 and while trying to migrate data from mongo4.4 to mongo 5 its got broken. while trying to change the mongo version in the chart to 4.4 its still got broken. so im kinda lost at the moment, im...

2 months ago
0 Hi

yes, less than 1 minute

2 months ago
0 Hi

@<1729671499981262848:profile|CooperativeKitten94> thanks that indeed helped!!
same helped for elastic db (its important to scale back to 1 and not to 3 right after data migration).
finally im done, thanks for helping 🙂

2 months ago
0 Hi Everyone!. I Was Trying To Setup Clearml In Kubernetes Using Helm Chart

hi @<1734020208089108480:profile|WickedHare16> what was the issue here with the api server? im getting the same warning log:

[2024-08-18 14:03:26,881] [9] [WARNING] [clearml.service_repo] Returned 400 for  in 0ms, msg=Invalid request path /

not sure why

2 months ago
0 Hi

@<1729671499981262848:profile|CooperativeKitten94> the pod is crashing during the migration of the files, im copying the db folder with all the wt files, etc. into the db folder of the mongo pods

2 months ago