You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Merge remote-tracking branch 'upstream/master' into feature/fix-warnings-archive
* upstream/master:
Fix minor spelling error in Jenkinsfile (elastic#19153)
[CI] fail if not possible to install python3 (elastic#19164)
[Elastic Agent] Improved mage demo experience (elastic#18445)
[yum] Clear cached data and add retry loop (elastic#19182)
fix lint job by updating NOTICE (elastic#19161)
Fix tags for coredns/envoyproxy (elastic#19134)
Disable host.* fields by default for CrowdStrike module (elastic#19132)
Allow host.* fields to be disabled in Zeek module (elastic#19113)
Rename to management.Manager, add UpdateStatus to Manager interface. (elastic#19114)
Edit Elastic Agent docs (elastic#19146)
[JJBB] create job definition for the golang-crossbuild project (elastic#19162)
Fix incorrect usage of hints builder when exposed port is a substring of the hint (elastic#19052)
Add basic cloudfoundry integration tests (elastic#19018)
Copy file name to clipboardexpand all lines: CHANGELOG.next.asciidoc
+5
Original file line number
Diff line number
Diff line change
@@ -39,10 +39,14 @@ https://github.com/elastic/beats/compare/v7.0.0-alpha2...master[Check the HEAD d
39
39
* CEF {pull}18223[18223]
40
40
* PANW {pull}18223[18223]
41
41
* Cisco {pull}18753[18753]
42
+
* CrowdStrike {pull}19132[19132]
42
43
* iptables {pull}18756[18756]
43
44
* Checkpoint {pull}18754[18754]
44
45
* Netflow {pull}19087[19087]
46
+
* Zeek {pull}19113[19113] (`forwarded` tag is not included by default)
45
47
* Suricata {pull}19107[19107] (`forwarded` tag is not included by default)
48
+
* CoreDNS {pull}19134[19134] (`forwarded` tag is not included by default)
49
+
* Envoy Proxy {pull}19134[19134] (`forwarded` tag is not included by default)
46
50
- Preserve case of http.request.method. ECS prior to 1.6 specified normalizing to lowercase, which lost information. Affects filesets: apache/access, elasticsearch/audit, iis/access, iis/error, nginx/access, nginx/ingress_controller, aws/elb, suricata/eve, zeek/http. {issue}18154[18154] {pull}18359[18359]
47
51
- Adds check on `<no value>` config option value for the azure input `resource_manager_endpoint`. {pull}18890[18890]
48
52
- Okta module now requires objects instead of JSON strings for the `http_headers`, `http_request_body`, `pagination`, `rate_limit`, and `ssl` variables. {pull}18953[18953]
@@ -241,6 +245,7 @@ https://github.com/elastic/beats/compare/v7.0.0-alpha2...master[Check the HEAD d
241
245
- Add missing network.sent_packets_count metric into compute metricset in googlecloud module. {pull}18802[18802]
242
246
- Fix compute and pubsub dashboard for googlecloud module. {issue}18962[18962] {pull}18980[18980]
243
247
- Fix crash on vsphere module when Host information is not available. {issue}18996[18996] {pull}19078[19078]
248
+
- Fix incorrect usage of hints builder when exposed port is a substring of the hint {pull}19052[19052]
0 commit comments