What's new in Dynatrace SaaS version 1.308

  • Release notes
  • 4min
  • Feb 11, 2025

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.

Category
Updates in this release

Across platform

Breaking change Dot Platform | Settings

Settings audit log changes

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 Dot Platform

Quick and easy log line parsing for often used technologies and services in OpenPipeline

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 Dot Threat Observability | Security findings

Unified ingest supports vulnerability and detection findings for AWS Security Hub

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 Dot Digital Experience

URL masking improvements

The OneAgent at-capture masking rules now also apply to URLencoded (!=Base64) strings.

Platform bug fixes, patches, and maintenance

  • Filtering in "Deployment status" now works properly when the filter value contains a semicolon character. (DAQ-4186)
  • Fixed an issue where dashboard tiles would show wrong failure rates. (MGD-2430)
  • Fixed an issue that caused a NullPointerException in SyntheticMonitorMECreatedByMigration. (DEM-4124)
  • Session Replay: resolved an issue in which, in some cases, a replay page loaded the same element twice, breaking the replay. (DEM-4954)

Kubernetes Kubernetes

Feature update Dot Infrastructure Observability | Kubernetes

Segments in the Kubernetes app

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 Dot Platform | Davis AI

Davis CoPilot

Davis CoPilot Chat is GA

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.

Dashboard Dashboards and Notebooks Notebooks

Feature update

Meter bar visualization in Dashboards and Notebooks

The Dashboard Dashboards and Notebooks Notebooks apps have a new visualization option: Meter bar.

Meter Bar visualization: example 1

Dynatrace API

To learn about changes to the Dynatrace API in this release, see Dynatrace API changelog version 1.308.