Hey there, Curious, are there any variables that f...
# kolide
r
Hey there, Curious, are there any variables that fleet controls which impacts server eps when receiving incoming logs from client's through query packs? I've set
logger_tls_period: 1
because I want the logs returned as the client is done with the query instead of waiting out a buffer timer (I had tried setting it to 0 but faced worse results then when it was set to 1). I'm doing event per second per server testing (still)
z
If you're looking to optimize for eps, setting a
logger_tls_period
that low is not going to be ideal. Is there a reason you need the results immediately vs. 10 or 30 seconds after they are generated?