Skip to content

Commit 326aacf

Browse files
authored
Merge branch 'master' into doc-1083
2 parents 77a7f3d + ce8b587 commit 326aacf

File tree

1 file changed

+178
-2
lines changed

1 file changed

+178
-2
lines changed

docs/user-guide/release-notes.md

Lines changed: 178 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,182 @@ keywords: [release notes, logzio, logs, metrics, traces, logz.io, updates, relea
77
toc_max_heading_level: 2
88
---
99

10+
## September 2025
11+
12+
### Open 360 AI
13+
14+
*Open 360 AI is being enabled gradually. To get access, reach out to your Logz.io account manager or to [Logz.io’s support team](mailto:help@logz.io).*
15+
16+
* **Rename dashboards**
17+
18+
Manage your existing dashboards and rename them directly from the dashboard page.
19+
20+
Click title > enter the new name > save. The new name will be visible to all users across the account.
21+
22+
[Create and manage your dashboards](https://app.logz.io/360/dashboards/dashboards-hub)
23+
24+
* **Alert annotations on dashboards**
25+
26+
See alerts in context, right in your dashboards. When an alert that’s linked to a panel fires or changes state, a vertical marker appears on that panel’s timeline; hover to see details and jump to the alert.
27+
28+
Try it: In [Unified Alerts](https://app.logz.io/360/alerts/triggered), link your alert to a dashboard panel, then open the dashboard to see the markers.
29+
30+
### Parsing Hub updates
31+
32+
Updated the parsing hub and parsing rules to provide additional capabilities, including the ability to edit parsing rules and create multiple rules per log type - one active at a time.
33+
34+
[Create and manage your parsing rules](https://app.logz.io/#/dashboard/parsing-rules-hub)
35+
36+
### Core Update
37+
38+
**Fluent Bit Helm chart v0.0.8**
39+
40+
* Upgraded `fluent-bit-logzio-output` image to `0.6.3`
41+
* Prevent potential stack overflow: default bulk size now 2 MB
42+
* Added `logzio_bulk_size_mb` (1–9 MB)
43+
* Add required `id` to Logz.io output configuration
44+
45+
[View on GitHub](https://github.com/logzio/fluent-bit-logzio-output)
46+
47+
**Azure Serverless integration v0.0.4**
48+
49+
* Added support for custom listener URLs in ARM templates
50+
* “CUSTOM” option in `LogzioURL` parameter
51+
* `CustomLogzioURL` parameter for specifying custom listener URLs
52+
* Azure Key Vault token storage
53+
* Params: `UseKeyVaultForToken` to enable Key Vault usage
54+
* `LogzioTokenSecretUri` for specifying Key Vault secret URI
55+
* `KeyVaultResourceId` for existing Key Vault resource ID
56+
* Function App now created with system-assigned managed identity
57+
* Automatic RBAC role assignment ("Key Vault Secrets User") on existing Key Vault
58+
* Supports versioned and versionless secret references
59+
60+
[View on GitHub](https://github.com/logzio/azure-serverless)
61+
62+
**logzio-monitoring chart v7.8.0**
63+
64+
* Upgraded `logzio-logs-collector` to version `2.3.0`
65+
* Global `nodeSelector` and `affinity` support across subcharts
66+
* Upgraded `otel/opentelemetry-collector-contrib` image to version `0.133.0`
67+
* Upgraded `logzio-apm-collector` chart to version `1.4.0`
68+
* Global `nodeSelector` and `affinity` support across subcharts
69+
* Upgraded OpenTelemetry Collector from version `0.129.0` to `0.133.0`
70+
* Upgraded `logzio-k8s-events` chart to version `2.0.0`
71+
* Global `nodeSelector` and `affinity` support across subcharts
72+
* **Breaking changes**: Deprecated `nodeArchitectures` setting (can now be configured directly under `affinity`).
73+
* Upgraded logzio-k8s-telemetry chart to version `5.7.0`
74+
* Global `nodeSelector` and `affinity` support across subcharts
75+
* Upgraded logzio-trivy chart to version `1.1.0`
76+
* Global `nodeSelector` and `affinity` support across subcharts
77+
* Upgrade Trivy-Operator version to version `0.28.0`
78+
* Upgraded `opentelemetry-operator` chart to version `~0.93.1`
79+
80+
[View on GitHub](https://github.com/logzio/logzio-helm/tree/master/charts/logzio-monitoring)
81+
82+
83+
## August 2025
84+
85+
### Meet Open 360 AI: AI-Powered Observability Is Here
86+
87+
We’ve launched Open 360 AI, our next-generation observability experience, built for both humans and AI agents. The new platform unifies logs, metrics, traces, and dashboards, using AI to accelerate root cause analysis, simplify data exploration, and automate troubleshooting.
88+
89+
With Open 360 AI, you can ask questions in plain language, investigate alerts, build dashboards, and surface insights, so your team spends less time chasing data and more time resolving issues.
90+
91+
We’re rolling it out gradually. To get early access, contact your account manager or [Logz.io's support team](mailto:help@logz.io).
92+
93+
### Explore Update: Relative Time Range Input is Now Available
94+
95+
You can now manually enter relative time ranges in Explore (e.g. “Last 17 minutes”, “Last 3 weeks”), right from the top of the time picker. This gives you more control when zooming into incidents, troubleshooting outside standard presets, or viewing data in a custom timeframe.
96+
97+
[Try it out in Explore](https://app.logz.io/#/dashboard/explore)
98+
99+
### New: MS Teams Integration for AI Alert Analysis
100+
101+
Receive AI-generated alert analyses directly in Microsoft Teams, making it easier to stay on top of incidents without leaving your collaboration tool.
102+
103+
[Connect MS Teams to your new or existing alerts](https://app.logz.io/#/dashboard/triggers/alert-definitions)
104+
105+
### Core Updates
106+
107+
**AWS Firehose Logs Integration v0.4.2**
108+
109+
* Added support for new AWS namespaces
110+
* Added support for filter patterns in subscription filters
111+
* Improved stack parameter descriptions
112+
* Increased default timeout
113+
* Smarter error handling: skips retries on `LimitExceededException`
114+
115+
[View on GitHub](https://github.com/logzio/firehose-logs)
116+
117+
118+
**Logz.io API Fetcher v2.0.1**
119+
120+
* Added support for Cisco XDR
121+
122+
[View on GitHub](https://github.com/logzio/logzio-api-fetcher)
123+
124+
125+
**Logz.io APM Collector v1.2.4**
126+
127+
* Upgraded OpenTelemetry Collector from `v0.123.0` to `v0.129.0`
128+
* `logzioexporter` now exports logs and traces in OTLP format
129+
130+
[View on GitHub](https://github.com/logzio/logzio-helm/tree/master/charts/logzio-apm-collector)
131+
132+
133+
**Logz.io Terraform Provider v1.18.0**
134+
135+
* Upgraded `logzio_client_terraform` to `v1.24.0`
136+
* Added support for warm retention settings in `sub_accounts`
137+
* Added `snap_search_retention_days` to create/update requests
138+
* Added read-only account fields: `is_capped`, `shared_gb`, `total_time_based_daily_gb`, and `is_owner`
139+
140+
[View on GitHub](https://github.com/logzio/terraform-provider-logzio/tree/master)
141+
142+
**Logz.io Monitoring Helm Chart v7.4.0**
143+
144+
* Upgraded `logzio-k8s-telemetry` chart to `v5.3.1`
145+
* Upgraded `logzio-logs-collector` chart to `v2.2.0`
146+
* Upgraded `logzio-apm-telemetry` chart to `v1.3.0`
147+
* Upgraded `logzio-apm-collector` chart to `v1.2.4`
148+
* Upgraded `opentelemetry-operator` chart to `~0.90.4`
149+
* Upgraded OpenTelemetry Collector from `v0.123.0` to `v0.129.0`
150+
* Changed Java instrumentation default endpoint to `otlp/grpc` (was `otlp/http`)
151+
* Added support for include/exclude filter syntax for metrics, logs, and traces across subcharts
152+
* Supports advanced filtering via the `filters` key in `values.yaml` or `--set` flags
153+
* `logzioexporter` now exports logs and traces in OTLP format
154+
155+
[View on GitHub](https://github.com/logzio/logzio-helm/pull/633)
156+
157+
158+
**docker-collector-logs v0.5.0**
159+
160+
* Upgraded Filebeat OSS to `v9.0.4`
161+
* **Breaking change**: Replaced deprecated `container` input with `filestream` container parser
162+
* Upgraded Python base image to `v3.14.0`
163+
* Updated listener certificate to `AAACertificateServices.crt`
164+
165+
[View on GitHub](https://github.com/logzio/docker-collector-logs)
166+
167+
168+
**logzio-mysql-logs v1.3.0**
169+
170+
* Upgraded Filebeat OSS to `v9.0.4`
171+
* Upgraded Ubuntu base image to `24.04`
172+
* Updated listener certificate to `AAACertificateServices.crt`
173+
* Updated Kubernetes deployment to use the `v1.3.0` image
174+
* Improved Filebeat execution and cleanup scripts
175+
176+
[View on GitHub](https://github.com/logzio/logzio-mysql-logs)
177+
178+
**Prometheus Alerts Migrator Chart v3.0.1**
179+
180+
* Upgraded `logzio/prometheus-alerts-migrator` image from `v1.3.0` to `v1.3.1`
181+
* Enforced 40-character limit on auto-generated Grafana folder UIDs to avoid runtime exceptions
182+
183+
[View on GitHub](https://github.com/logzio/logzio-helm/tree/master/charts/prometheus-alerts-migrator)
184+
185+
10186
## July 2025
11187

12188
### Logz.io Dashboards
@@ -17,7 +193,7 @@ Logz.io Dashboards are now generally available to all customers, providing an in
17193
Logz.io Dashboards now include a Metrics Builder - a new interface for constructing PromQL queries. Users can browse available metrics, labels, and values, with PromQL expressions generated in real time based on their selections. This helps simplify data exploration and query building, eliminating the need to write PromQL manually.
18194

19195
**Drilldown links**
20-
You can now make any table cell clickable by turning column values into customizable links. To set this up, go to Column Settings, click Link, and enable the Enabling Link option. This allows for quick and easy drilldowns directly from your tables.
196+
You can now make any table cell clickable by turning column values into customizable links. To set this up, go to Column Settings, click Link, and enable the `Enabling Link` option. This allows for quick and easy drilldowns directly from your tables.
21197

22198
**Dashboard Management via API**
23199
You can now manage Logz.io Dashboards using our API - create, update, delete, and retrieve dashboards as needed. This provides a flexible way to access and automate native dashboards, streamlining dashboard operations. For full details, see the API documentation.
@@ -69,7 +245,7 @@ The Dashboards Beta now includes several new capabilities:
69245
* Explore integration - Send visualizations from Explore directly to a dashboard with one click.
70246
* Improved tables and filters - Use new column types (e.g., links, gauges) and enhanced filters for more actionable dashboards.
71247

72-
Note: Logz.io Dashboards are in beta. To join, contact your account manager or [Logz.io support](mailto:help@logz.io).
248+
Note: Logz.io Dashboards are in beta. To join, contact your account manager or [Logz.io's support team](mailto:help@logz.io).
73249

74250
### Core Updates
75251

0 commit comments

Comments
 (0)