This message was deleted.
# logging
a
This message was deleted.
l
hey, you can configure the buffer for the elasticsearch output to send logs more frequently, example here: https://kube-logging.dev/docs/configuration/plugins/outputs/elasticsearch/#example-output-configurations
timekey: 1m + timekey_wait: 30s means the logs will be sent in 1 minute batches, + delayed 30 seconds to wait for logs arriving 30s later than the 1minute time window. You might want to reduce timekey and set timekey_wait to zero actually
m
That worked! Thanks!