You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Updated websocket retry error code list to allow more scenarios to be retried which could have been missed previously. {pull}42218[42218]
101
+
- In the `streaming` input, prevent panics on shutdown with a null check and apply a consistent namespace to contextual data in debug logs. {pull}42315[42315]
102
+
- Remove erroneous status reporting to Elastic-Agent from the Filestream input. {pull}42435[42435]
103
+
104
+
==== Added
105
+
106
+
*Filebeat*
107
+
108
+
- Add metrics for number of events and pages published by HTTPJSON input. {issue}42340[42340] {pull}42442[42442]
- Default Docker base image was reverted to Ubuntu 20.04 due to incompatability issues with glibc. {pull}42144[42144]
124
+
125
+
==== Bugfixes
126
+
127
+
*Filebeat*
128
+
129
+
- Fix streaming input handling of invalid or empty websocket messages. {pull}42036[42036]
130
+
- Fix awss3 document ID construction when using the CSV decoder. {pull}42019[42019]
131
+
- Fix Netflow Template Sharing configuration handling. {pull}42080[42080]
132
+
133
+
*Metricbeat*
134
+
135
+
- [K8s Integration] Enhance HTTP authentication in case of token updates for Apiserver, Controllermanager and Scheduler metricsets. {issue}41910[41910] {pull}42016[42016]
136
+
137
+
==== Added
138
+
139
+
*Affecting all Beats*
140
+
141
+
- When running under Elastic-Agent Kafka output allows dynamic topic in `topic` field. {pull}40415[40415]
142
+
- The script processor has a new configuration option that only uses the cached javascript sessions and prevents the creation of new javascript sessions.
143
+
- Update Go version to 1.22.10. {pull}42095[42095]
144
+
- Reduce memory consumption of k8s autodiscovery and the add_kubernetes_metadata processor when Deployment metadata is enabled
- Rate limiting fixes in the Okta provider of the Entity Analytics input. {issue}40106[40106] {pull}41583[41583]
185
+
- Fixes filestream logging the error "filestream input with ID 'ID' already exists, this will lead to data duplication[...]" on Kubernetes when using autodiscover. {pull}41585[41585]
186
+
187
+
*Metricbeat*
188
+
189
+
- Fix incorrect handling of types in SQL module. {issue}40090[40090] {pull}41607[41607]
190
+
191
+
==== Added
192
+
193
+
*Affecting all Beats*
194
+
195
+
- In this release we've introduced an image based on the hardened https://wolfi.dev/[Wolfi] image to provide secure containers to our self-managed customers, help with compliance regulations, and improve our supply chain security posture.
196
+
197
+
*Auditbeat*
198
+
199
+
- Split module/system/process into common and provider bits. {pull}41868[41868]
200
+
201
+
*Filebeat*
202
+
203
+
- Improve S3 polling mode states registry when using list prefix option. {pull}41869[41869]
204
+
- Add support for SSL and Proxy configurations for websoket type in streaming input. {pull}41934[41934]
- The environment variable `BEATS_AZURE_EVENTHUB_INPUT_TRACING_ENABLED: true` enables internal logs tracer for the azure-eventhub input. {issue}41931[41931] {pull}41932[41932]
207
+
- Added default values in the streaming input for websocket retries and put a cap on retry wait time to be lesser than equal to the maximum defined wait time. {pull}42012[42012]
208
+
209
+
*Metricbeat*
210
+
211
+
- Add `id` field to all the vSphere metricsets. {pull}41097[41097]
212
+
- Add support for region/zone for Vertex AI service in GCP module {pull}41551[41551]
0 commit comments