From 47ccfaae99714fcf188a20a942859464de819a2e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?No=C3=A9mi=20V=C3=A1nyi?= Date: Mon, 15 Feb 2021 13:48:48 +0100 Subject: [PATCH] add dockerlogbeat to packaging --- .ci/packaging.groovy | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.ci/packaging.groovy b/.ci/packaging.groovy index 325084ef181..ad350ceafaf 100644 --- a/.ci/packaging.groovy +++ b/.ci/packaging.groovy @@ -203,6 +203,7 @@ pipeline { 'metricbeat', 'packetbeat', 'x-pack/auditbeat', + 'x-pack/dockerlogbeat', 'x-pack/elastic-agent', 'x-pack/filebeat', 'x-pack/heartbeat', @@ -510,4 +511,4 @@ def fixPermissions() { } } } -} \ No newline at end of file +}