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
Hi, I'M Using Open Source On Prem Clearml, I Tried To Disable The


@<1523701070390366208:profile|CostlyOstrich36>

root@clearml:/opt/clearml/config# docker-compose -f /opt/clearml/docker-compose.yml up -d
WARNING: The CLEARML_AGENT_GIT_USER variable is not set. Defaulting to a blank string.
WARNING: The CLEARML_AGENT_GIT_PASS variable is not set. Defaulting to a blank string.
Creating network "clearml_backend" with driver "bridge"
Creating network "clearml_frontend" with driver "bridge"
Creating clearml-redis      ... done
Creating clearml-fileserver ... done
Creating clearml-mongo      ... done
Creating clearml-elastic    ... done
Creating clearml-apiserver  ... done
Creating clearml-agent-services ... done
Creating clearml-webserver      ... done
Creating async_delete           ... done
  
  
Posted 12 days ago
12 Views
0 Answers
12 days ago
11 days ago