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 All, Once Again, I Want To Ask If There Is Any Convenient Way To Pass Ebs Disk Throughput/Iops Values To Aws Autoscaler Parameters?

Hi all,
Once again, I want to ask if there is any convenient way to pass EBS disk throughput/IOPS values to AWS autoscaler parameters?

  
  
Posted one day ago
Votes Newest

Answers 2


Hi @<1564785037834981376:profile|FrustratingBee69> , maybe add a pull request for the new feature? 🙂

  
  
Posted one day ago

Nevermind, I've achieved it by rewriting aws_driver

  
  
Posted one day ago
7 Views
2 Answers
one day ago
one day ago
Tags