From 1ef14b96d98a754fe0b703501f30755a1845a1e5 Mon Sep 17 00:00:00 2001 From: Blake Rouse Date: Mon, 6 Apr 2020 17:26:32 -0400 Subject: [PATCH] Remove build parameters. (#17486) (#17541) * Remove build parameters. * Add changelog entry. (cherry picked from commit ef20934d8f281a600ca49e3203253d751e31c284) --- CHANGELOG.next.asciidoc | 1 + .../add_cloudfoundry_metadata/add_cloudfoundry_metadata.go | 2 -- .../add_cloudfoundry_metadata/add_cloudfoundry_metadata_test.go | 2 -- 3 files changed, 1 insertion(+), 4 deletions(-) diff --git a/CHANGELOG.next.asciidoc b/CHANGELOG.next.asciidoc index 89053e52a6ba..eeaabe490a02 100644 --- a/CHANGELOG.next.asciidoc +++ b/CHANGELOG.next.asciidoc @@ -94,6 +94,7 @@ https://github.com/elastic/beats/compare/v7.0.0-alpha2...master[Check the HEAD d - Fail to start if httpprof is used and it cannot be initialized. {pull}17028[17028] - Fix concurrency issues in convert processor when used in the global context. {pull}17032[17032] - Fix bug with `monitoring.cluster_uuid` setting not always being exposed via GET /state Beats API. {issue}16732[16732] {pull}17420[17420] +- Fix building on FreeBSD by removing build flags from `add_cloudfoundry_metadata` processor. {pull}17486[17486] *Auditbeat* diff --git a/x-pack/libbeat/processors/add_cloudfoundry_metadata/add_cloudfoundry_metadata.go b/x-pack/libbeat/processors/add_cloudfoundry_metadata/add_cloudfoundry_metadata.go index 6bdb28109494..a80cc24700c4 100644 --- a/x-pack/libbeat/processors/add_cloudfoundry_metadata/add_cloudfoundry_metadata.go +++ b/x-pack/libbeat/processors/add_cloudfoundry_metadata/add_cloudfoundry_metadata.go @@ -2,8 +2,6 @@ // or more contributor license agreements. Licensed under the Elastic License; // you may not use this file except in compliance with the Elastic License. -// +build linux darwin windows - package add_cloudfoundry_metadata import ( diff --git a/x-pack/libbeat/processors/add_cloudfoundry_metadata/add_cloudfoundry_metadata_test.go b/x-pack/libbeat/processors/add_cloudfoundry_metadata/add_cloudfoundry_metadata_test.go index 014d56b7aead..ca83a3e24c22 100644 --- a/x-pack/libbeat/processors/add_cloudfoundry_metadata/add_cloudfoundry_metadata_test.go +++ b/x-pack/libbeat/processors/add_cloudfoundry_metadata/add_cloudfoundry_metadata_test.go @@ -2,8 +2,6 @@ // or more contributor license agreements. Licensed under the Elastic License; // you may not use this file except in compliance with the Elastic License. -// +build linux darwin windows - package add_cloudfoundry_metadata import (