From 790b7958f6c001688e06f5335a77e55593551d6f Mon Sep 17 00:00:00 2001 From: SG <13872653+mmguero@users.noreply.github.com> Date: Thu, 17 Feb 2022 15:22:49 -0700 Subject: [PATCH] tweaking environment variables for adjusting logstash memory/CPU usage, see idaholab/Malcolm#79 --- docker-compose-standalone.yml | 2 +- docker-compose.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docker-compose-standalone.yml b/docker-compose-standalone.yml index 5efbbea23..0caf6b870 100644 --- a/docker-compose-standalone.yml +++ b/docker-compose-standalone.yml @@ -92,7 +92,7 @@ x-dashboards-helper-variables: &dashboards-helper-variables x-logstash-variables: &logstash-variables pipeline.workers : 4 - pipeline.batch.size : 75 + pipeline.batch.size : 100 pipeline.batch.delay : 50 LOGSTASH_OUI_LOOKUP : 'true' LOGSTASH_SEVERITY_SCORING : 'true' diff --git a/docker-compose.yml b/docker-compose.yml index 414b454cc..c7584f2dd 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -92,7 +92,7 @@ x-dashboards-helper-variables: &dashboards-helper-variables x-logstash-variables: &logstash-variables pipeline.workers : 4 - pipeline.batch.size : 75 + pipeline.batch.size : 100 pipeline.batch.delay : 50 LOGSTASH_OUI_LOOKUP : 'true' LOGSTASH_SEVERITY_SCORING : 'true'