Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: Prepare Changelog for 8.15.2 #40982

Open
wants to merge 3 commits into
base: 8.15
Choose a base branch
from
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update CHANGELOG.asciidoc
  • Loading branch information
pierrehilbert committed Sep 25, 2024
commit d26d3bbcb8c16093b38d6f1b7c4dff0d8c575d7e
152 changes: 10 additions & 142 deletions CHANGELOG.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -7,103 +7,25 @@
=== Beats version 8.15.2
https://github.com/elastic/beats/compare/v8.15.1\...v8.15.2[View commits]

==== Breaking changes

*Affecting all Beats*


*Auditbeat*


*Filebeat*


*Heartbeat*


*Metricbeat*


*Osquerybeat*


*Packetbeat*


*Winlogbeat*


*Functionbeat*


*Elastic Logging Plugin*


==== Bugfixes

*Affecting all Beats*


*Auditbeat*


*Filebeat*

- Fix publication of group data from the Okta entity analytics provider. {pull}40681[40681]
- Ensure netflow custom field configuration is applied. {issue}40735[40735] {pull}40730[40730]

*Heartbeat*


*Heartbeat*


*Metricbeat*

- Add AWS OwningAccount support for cross account monitoring {issue}40570[40570] {pull}40691[40691]
- Add missing ECS Cloud fields in GCP `metrics` metricset when using `exclude_labels: true` {issue}40437[40437] {pull}40467[40467]

*Osquerybeat*


*Packetbeat*


*Winlogbeat*


*Elastic Logging Plugin*

- Add AWS OwningAccount support for cross account monitoring. {issue}40570[40570] {pull}40691[40691]
- Add missing ECS Cloud fields in GCP `metrics` metricset when using `exclude_labels: true`. {issue}40437[40437] {pull}40467[40467]

==== Added

*Affecting all Beats*

- When running under Elastic-Agent Kafka output allows dynamic topic in `topic` field {pull}40415[40415]
- When running under Elastic-Agent Kafka output allows dynamic topic in `topic` field. {pull}40415[40415]
pierrehilbert marked this conversation as resolved.
Show resolved Hide resolved
- The script processor has a new configuration option that only uses the cached javascript sessions and prevents the creation of new javascript sessions.
pierrehilbert marked this conversation as resolved.
Show resolved Hide resolved

*Auditbeat*


*Auditbeat*


*Auditbeat*


*Filebeat*


*Auditbeat*


*Libbeat*



*Heartbeat*


*Metricbeat*

- Add new metrics for the vSphere Host metricset. {pull}40429[40429]
Expand All @@ -113,69 +35,15 @@ https://github.com/elastic/beats/compare/v8.15.1\...v8.15.2[View commits]
- Add new metricset cluster for the vSphere module. {pull}40536[40536]
- Add new metricset resourcepool for the vSphere module. {pull}40456[40456]
- Add new metricset datastorecluster for vSphere module. {pull}40634[40634]
- Add support for snapshot in vSphere virtualmachine metricset {pull}40683[40683]
- Add support for snapshot in vSphere virtualmachine metricset. {pull}40683[40683]
- Add support for new metrics in datastorecluster metricset. {pull}40694[40694]
- Update fields to use mapstr in vSphere virtualmachine metricset {pull}40707[40707]
- Update fields to use mapstr in vSphere virtualmachine metricset. {pull}40707[40707]
- Add metrics related to triggered alarms in all the vSphere metricsets. {pull}40714[40714] {pull}40876[40876]
- Add support for period based intervalID in vSphere host and datastore metricsets {pull}40678[40678]
- Add new metrics for datastore and minor changes to overall vSphere metrics {pull}40766[40766]
- Log the total time taken for GCP `ListTimeSeries` and `AggregatedList` requests {pull}40661[40661]
- Added Cisco Meraki module {pull}40836[40836]
- Added Palo Alto Networks module {pull}40686[40686]

*Metricbeat*


*Osquerybeat*


*Packetbeat*


*Winlogbeat*


*Functionbeat*

*Elastic Log Driver*
*Elastic Logging Plugin*


==== Deprecated

*Auditbeat*


*Filebeat*


*Heartbeat*



*Metricbeat*


*Osquerybeat*


*Packetbeat*


*Winlogbeat*


*Functionbeat*


*Elastic Logging Plugin*


==== Known Issues




- Add support for period based intervalID in vSphere host and datastore metricsets. {pull}40678[40678]
- Add new metrics for datastore and minor changes to overall vSphere metrics. {pull}40766[40766]
- Log the total time taken for GCP `ListTimeSeries` and `AggregatedList` requests. {pull}40661[40661]
- Added Cisco Meraki module. {pull}40836[40836]
- Added Palo Alto Networks module. {pull}40686[40686]


[[release-notes-8.15.1]]
Expand Down
Loading