From 66c99cf2e822ab8e984934ffdb2d3de39e3845aa Mon Sep 17 00:00:00 2001 From: Pier-Hugues Pellerin Date: Mon, 28 Oct 2019 11:04:55 -0400 Subject: [PATCH] Add Enterprise license type (#14249) * Add Enterprise license type Add the Enterprise license type and regenerate the types files. Fixes: #14246 --- CHANGELOG.next.asciidoc | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.next.asciidoc b/CHANGELOG.next.asciidoc index db17a5dd676f..f5455d39ee4b 100644 --- a/CHANGELOG.next.asciidoc +++ b/CHANGELOG.next.asciidoc @@ -21,6 +21,7 @@ https://github.com/elastic/beats/compare/v7.0.0-alpha2...master[Check the HEAD d - Libbeat HTTP's Server can listen to a unix socket using the `unix:///tmp/hello.sock` syntax. {pull}13655[13655] - Libbeat HTTP's Server can listen to a Windows named pipe using the `npipe:///hello` syntax. {pull}13655[13655] - By default, all Beats-created files and folders will have a umask of 0027 (on POSIX systems). {pull}14119[14119] +- Adding new `Enterprise` license type to the licenser. {issue}14246[14246] - Fix memory leak in kubernetes autodiscover provider and add_kubernetes_metadata processor happening when pods are terminated without sending a delete event. {pull}14259[14259] *Auditbeat*