From 616c8f89f59bb734df6904013cfa58c4dfc9f814 Mon Sep 17 00:00:00 2001 From: Alex Kristiansen Date: Mon, 13 Jan 2020 15:28:39 -0800 Subject: [PATCH] add x-pack/dockerlogbeat back into build targets --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index a75c772d7aa6..c8421ffc8002 100644 --- a/Makefile +++ b/Makefile @@ -16,7 +16,7 @@ XPACK_SUFFIX=x-pack/ # PROJECTS_XPACK_PKG is a list of Beats that have independent packaging support # in the x-pack directory (rather than having the OSS build produce both sets # of artifacts). This will be removed once we complete the transition. -PROJECTS_XPACK_PKG=x-pack/auditbeat x-pack/filebeat x-pack/metricbeat x-pack/winlogbeat +PROJECTS_XPACK_PKG=x-pack/auditbeat x-pack/dockerlogbeat x-pack/filebeat x-pack/metricbeat x-pack/winlogbeat # PROJECTS_XPACK_MAGE is a list of Beats whose primary build logic is based in # Mage. For compatibility with CI testing these projects support a subset of the # makefile targets. After all Beats converge to primarily using Mage we can