- Update to 7.13.2 - Install heartbeat monitors that have been missed in previous versions.
12 lines
340 B
Go
12 lines
340 B
Go
--- libbeat/autodiscover/providers/kubernetes/config.go.orig 2021-07-04 13:45:07 UTC
|
|
+++ libbeat/autodiscover/providers/kubernetes/config.go
|
|
@@ -15,7 +15,7 @@
|
|
// specific language governing permissions and limitations
|
|
// under the License.
|
|
|
|
-// +build linux darwin windows
|
|
+// +build linux darwin windows freebsd
|
|
|
|
package kubernetes
|
|
|