Enhancements and bug fixes - Late June 2024
editEnhancements and bug fixes - Late June 2024
editThe following changes are included in this release.
Enhancements
editUpdate alert logs query link. Update the alert’s Logs
link with filters to make the investigation easier.
Whitelist Elasticsearch setting azure.client.CLIENT_NAME.endpoint_suffix. Permit users to adjust Elasticsearch setting azure.client.CLIENT_NAME.endpoint_suffix
.
Support JSON format metrics in Firehose. Support ingesting JSON format metrics with Firehose.
Make WaitUntilClusterReadyForRolling
suceed in the cluster health check as soon as it becomes green and the number of nodes is the expected one. Improve rolling plan execution success on clusters with thousands of shards and/or indices by initially evaluation cluster health based on just the reported Elasticsearch cluster health and its number of nodes.
Permit user-configurable transport compression. Permit users to adjust Elasticsearch settings transport.compress
and transport.compression_scheme
.
Support filtering Kibana audit logs by user and space. Adds support for filtering Kibana audit logs by username and spaces via the xpack.security.audit.ignore_filters.users
and xpack.security.audit.ignore_filters.spaces
configuration settings.
Reset password every time social login is used. Passwords are now reset when you log in using a social login provider. If you need to use a password again in Cloud because you’ve been locked out from your social login IdP, you can obtain a new password using the "Forgot password" flow.
Support OpenTelemetry1.0 format metrics in Firehose. Add support for ingesting OpenTelemetry 1.0.0 format metrics through Firehose.
Enable FF AccountForMemoryUsageByLaunchScripts in production. Slight tweak of memory settings to improve stability for the smallest containers.
Bug fixes
editChange dot in CloudWatch metric name to underscore. Replace dot in CloudWatch metric name with underscore.
Calculate average for CloudWatch metrics. Add calculation of average for both OTEL1.0 format and JSON format CloudWatch metrics.
Narrow down error types project API hooks. Fixes a bug in which an error appears if one of the responses received from the serverless project APIs doesn’t have an ok status.