Rollout start: Mar 12, 2024
Want to ask questions or give feedback? Head over to What's New in Dynatrace in the Dynatrace Community.
Complement your hybrid cloud journey with a resilient observability setup with log monitoring on Linux on IBM Z and LinuxONE. Include the familiar mainframe OS into one integrated observability platform and thus eliminate the need for platform-specific component upkeep and management, reduce the risk of prolonged outages, and get full details from logs for troubleshooting.
VULNERABILITY_IMPACT_CHANGE_EVENTS
event type deprecationApplication Security | Vulnerabilities
The VULNERABILITY_IMPACT_CHANGE_EVENTS
event type for security events is deprecated. Starting with Dynatrace version 1.291, VULNERABILITY_IMPACT_CHANGE_EVENTS
events will no longer be available in Grail.
For a subsection of the deprecated change_list
entries, mitigation is available as VULNERABILITY_STATUS_CHANGE_EVENTS
with the event level Entity
.
The following query on the vulnerability level can be replaced.
fetch events| filter event.kind == "SECURITY_EVENT"| filter event.category == "VULNERABILITY_MANAGEMENT"| filter event.type == "VULNERABILITY_IMPACT_CHANGE_EVENT"| filter event.level == "VULNERABILITY"| filter in(event.change_list, {"affected_entities.process_groups.count", "affected_entities.nodes.count", "affected_entities.hosts.count"})
The following query on the entity level can be used as a replacement.
fetch events| filter event.kind == "SECURITY_EVENT"| filter event.category == "VULNERABILITY_MANAGEMENT"| filter event.type == "VULNERABILITY_STATUS_CHANGE_EVENT"| filter event.level == "ENTITY"
The deprecated change_list entry related_entities.databases.count has no replacement.
fetch events| filter event.kind == "SECURITY_EVENT"| filter event.category == "VULNERABILITY_MANAGEMENT"| filter event.type == "VULNERABILITY_IMPACT_CHANGE_EVENT"| filter event.level == "VULNERABILITY"| filter in(event.change_list, {"related_entities.databases.count"})
Infrastructure Observability | Kubernetes Latest Dynatrace
The Kubernetes app now better distinguishes between running pods and allocatable pods, which makes the chart easier to read.
Infrastructure Observability | Kubernetes
Additional provider types are now detected and displayed on the Kubernetes node properties page.
Infrastructure Observability | Kubernetes Previous Dynatrace
The Properties and tags section of the Kubernetes cluster page now displays the ActiveGate ID, which links to the ActiveGate deployment status page with the filter set for the related ActiveGate.
Platform | Access control
To improve account protection, for non-federated user accounts, Dynatrace now detects sign-ins from new browsers or locations and notifies the user by email.
This applies to any SaaS service you sign in to using SaaS SSO, such as the support system, Dynatrace Community, and Dynatrace University.
To learn about changes to the Dynatrace API in this release, see Dynatrace API changelog version 1.287.
The 1.287 GA release contains 7 resolved issues.
This is a cumulative update that contains all previously released updates for the 1.287 release.
This is a cumulative update that contains all previously released updates for the 1.287 release.
This is a cumulative update that contains all previously released updates for the 1.287 release.
This is a cumulative update that contains all previously released updates for the 1.287 release.
This is a cumulative update that contains all previously released updates for the 1.287 release.