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 There, Is There A Way To Debug The Bash Init Script For The Aws Autoscaler? I Can'T Find Any Console Output From This Script When A New Ec2 Instance Is Launched

Hi there, is there a way to debug the bash init script for the AWS autoscaler? I can't find any console output from this script when a new EC2 instance is launched

  
  
Posted one day ago
Votes Newest

Answers


Hi @<1759749707573235712:profile|PungentMouse21> , you should be able to access machine logs from the autoscaler, this should give you a place to search

  
  
Posted 21 hours ago