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 Folks,


@<1523701087100473344:profile|SuccessfulKoala55> I see the api_server is misconfigured error in the logs for the clearml-fileserver . Unfortunately I can't copy and paste the logs for policy reasons, but I'll paraphrase them below:

  • config files loaded from /opt/clearml/fileserver
  • [ERROR] [werkzeug] (ip address) code 400, message bad request version
  • urllib3.connectionpool Retrying after connection broken by NewConnectionError
  • Traceback: urllib3/connection.py: ConnectionRefusedError [Errno 111] Connection refused- During the handling of above exception, another error occured: MaxRetryError- During the handling of above exception: ConnectionError: HTTPConnectionPool(host='apiserver', port=8008): Max retries exceeded with url: /auth.login- During the handling of above exception: ValueError : Connection Error: it seems api_server is misconfigured
  
  
Posted 2 months ago
25 Views
0 Answers
2 months ago
2 months ago