This page showcases new features, changes, and bug fixes in Dynatrace SaaS version 1.308.
To learn about new Dynatrace Apps and feature updates with this release, select an item from the table below.
Breaking change Platform | Settings
We adjusted settings audit log generation to improve readability and reduce spam.
Updates via API that don’t change the value will no longer appear in the audit log. This typically happens if a script writes identical values often, which could result in many log entries without helpful content.
Despite being a functional improvement, this is technically a breaking change.
To help with diagnosis while working on an automation, you can identify if writes to the API happened with this DQL query in SaaS:
fetch dt.system.events| filter event.kind == "AUDIT_EVENT"| filter event.provider == "API_GATEWAY"| filter startsWith(resource, "/platform/classic/environment-api/v2/settings/objects")| filter event.type == "POST"
The classic web UI is not affected by this for most existing schemas. If a user persists the existing value again (typically changing a value, changing it back, and saving), NO_CHANGE
entries might still occur.
Feature update Platform
When ingesting logs, you can now make use of the new processor type "Technology bundles" for easy and fast parsing and formatting of incoming log records. The bundles cover a wide range of technologies, services, and products, saving you the effort of manually writing parsing statements.
Feature update Threat Observability | Security findings
You can now seamlessly ingest AWS Security Hub vulnerability and detection findings and operationalize your data on the Dynatrace platform.
Our sample dashboards for security findings and security product coverage can help you visualize data ingested from AWS Security Hub or any third party security tool.
For details and instructions, see Ingest AWS Security Hub security findings.
Feature update Digital Experience
The OneAgent at-capture masking rules now also apply to URLencoded (!=Base64) strings.
SyntheticMonitorMECreatedByMigration
. (DEM-4124) Feature update Infrastructure Observability | Kubernetes
You can now slice and dice your environments’ data with Segments. Use data segmentation for your environment to focus only on the parts relevant to your team using segments within the Kubernetes app.
Learn more about setting up segments for Kubernetes.
Feature update Platform | Davis AI
Davis CoPilot Chat , our globally accessible generative AI assistant, has been released to general availability.
It provides immediate, accurate responses to your questions, minimizing the need for extensive searches and reducing dependency on support channels. This not only makes knowledge more readily available, but also boosts productivity and user experience for both new and experienced users.
To learn more, see Davis CoPilot Chat.
Feature update
The Dashboards and
Notebooks apps have a new visualization option: Meter bar.
To learn about changes to the Dynatrace API in this release, see Dynatrace API changelog version 1.308.