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, Is There A Way To Control After How Much Time An Agent That Went Down Is Removed From The Web-Ui? I Find The Current Value Too High For My Needs

Hi, is there a way to control after how much time an agent that went down is removed from the web-ui? I find the current value too high for my needs

  
  
Posted one year ago
Votes Newest

Answers 2


JitteryCoyote63 my bad, this value is currently hard-coded in the server, and can be overridden by the agent when sending the registration call to the server (which it doesn't send right now). I'll make sure to add it now to the server's codebase so that it will be available in next versions

  
  
Posted one year ago

Hi JitteryCoyote63 this is a server setting - I'll find it for you as soon as I'm at my desktop 🙂

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