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
Answered
Hi, I Am At The Process Of Migrating From Trains To Clearml. While Running The 'Pull' Command I Got Some Warnings. Please Let Me Know If Anything Needs To Be Done With These Warnings:

Hi, I am at the process of migrating from trains to clearml. While running the 'pull' command I got some warnings. Please let me know if anything needs to be done with these warnings:

sigalr : <my path>/clearml $ sudo docker-compose -f docker-compose.yml pull
WARNING: The ELASTIC_PASSWORD variable is not set. Defaulting to a blank string.
WARNING: The CLEARML_HOST_IP variable is not set. Defaulting to a blank string.
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.
WARNING: Some services (agent-services) use the 'deploy' key, which will be ignored. Compose does not support 'deploy' configuration - use docker stack deploy to deploy to a swarm.
Pulling elasticsearch ... done
Pulling fileserver ... done
Pulling mongo ... done
Pulling redis ... done
Pulling apiserver ... done
Pulling webserver ... done
Pulling agent-services ... done

  
  
Posted one year ago
Votes Newest

Answers 2


Doesn't look like anything critical 🙂

  
  
Posted one year ago

RotundSquirrel78 these warnings are normal

  
  
Posted one year ago
536 Views
2 Answers
one year ago
one year ago
Tags