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
How/Where Can I Change The Session Timeout Time For The Webui? It'S Timing Out Way Too Fast After The Latest Updates

How/where can I change the session timeout time for the WebUI? It's timing out WAY too fast after the latest updates

  
  
Posted 2 years ago
Votes Newest

Answers 6


I am; it seems like maybe a couple of hours?

  
  
Posted 2 years ago

Not that I recall

  
  
Posted 2 years ago

Did you make any modifications to the docker compose?

  
  
Posted 2 years ago

UnevenDolphin73 , you can configure timeout through the apiserver settings through
..\config\default\apiserver.conf and just push it there as auth.default_expiration_sec

  
  
Posted 2 years ago

Thanks CostlyOstrich36 !

  
  
Posted 2 years ago

UnevenDolphin73 , what seems to be the timeout currently? You're self deployed with 1.4, correct?

  
  
Posted 2 years ago
781 Views
6 Answers
2 years ago
one year ago
Tags