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
I Rebooted My Server In Aws, And Now The Instance Is Acting Weird. The Web Login Is Gone, And All My Projects Are Not Visible. I Tried To Use The

I rebooted my server in AWS, and now the instance is acting weird. The web login is gone, and all my projects are not visible. I tried to use the
docker-compose -f /opt/trains/docker-compose.yml down in documentation, but I didn’t have the yaml file. Is there anything I can do to get it up and running? Upon SSH I notice that the data from my experiments is still there.

  
  
Posted 3 years ago
Votes Newest

Answers 32


Looks like we’re up and running

  
  
Posted 3 years ago

Hang on, It was the static - No auto update AMI:
ami-0d6f44a1a7145a9f8

  
  
Posted 3 years ago
1K Views
32 Answers
3 years ago
one month ago
Tags