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, I Was Using The Cleaning Script, But It'S (I Think The Elasticsearch, Since It'S A Java Process) Consuming A Lot Of Memory. So Much That It'S Blocking The Server'S Access. The Cleaning Script Is Running On The Services Queue On The Server. Can I R

Hi all, I was using the cleaning script, but it's (I think the elasticsearch, since it's a java process) consuming a lot of memory. So much that it's blocking the server's access. The cleaning script is running on the services queue on the server. Can I restrict the memory usage of the services agent with an environment variable or configuration variable potentially?

  
  
Posted 27 days ago
Votes Newest

Answers 3


I think in venv mode you cannot limit memory usage but with containers you can limit memory usage

  
  
Posted 27 days ago

venv mode I believe. Just the basic version that I can copy from your docs and then hit 'y' to execute it remotely.

  
  
Posted 27 days ago

Hi MagnificentBear85 , are you running the services agent in docker mode or venv?

  
  
Posted 27 days ago
111 Views
3 Answers
27 days ago
26 days ago
Tags