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
Copy file name to clipboardExpand all lines: website/cue/reference/releases/0.47.0.cue
+10-12Lines changed: 10 additions & 12 deletions
Original file line number
Diff line number
Diff line change
@@ -215,7 +215,7 @@ releases: "0.47.0": {
215
215
{
216
216
type: "feat"
217
217
description: """
218
-
Added `wildcard_matching` global config option to set wildcard matching mode for inputs. Relaxed mode allows configurations with wildcards that do not match any inputs to be accepted without causing an error.
218
+
Add `wildcard_matching` global config option to set wildcard matching mode for inputs. Relaxed mode allows configurations with wildcards that do not match any inputs to be accepted without causing an error.
219
219
220
220
Example config:
221
221
@@ -250,7 +250,7 @@ releases: "0.47.0": {
250
250
{
251
251
type: "fix"
252
252
description: """
253
-
Added checks to prevent invalid timestamps operations during DNS tap parsing; such operations are now validated to ensure correctness.
253
+
Add checks to prevent invalid timestamps operations during DNS tap parsing; such operations are now validated to ensure correctness.
254
254
"""
255
255
contributors: ["wooffie"]
256
256
},
@@ -264,20 +264,18 @@ releases: "0.47.0": {
264
264
{
265
265
type: "enhancement"
266
266
description: """
267
-
The `amqp` sink now supports setting the `priority` for messages. The priority value can be templated to an integer between 0 and 255 (inclusive). Also, this new field is template-able and Vector templates can now render numerical values.
267
+
The `amqp` sink now supports setting the `priority` for messages. The value can be templated to an integer 0-255 (inclusive).
268
268
"""
269
269
contributors: ["aramperes"]
270
270
},
271
271
{
272
272
type: "fix"
273
273
description: """
274
-
Added an option in the `datadog_logs` sink to allow Vector to mutate the record to conform to the
275
-
protocol used by the Datadog Agent itself. To enable use the `conforms_as_agent` option or have the
274
+
Add an option in the `datadog_logs` sink to allow Vector to mutate the record to conform to the
275
+
protocol used by the Datadog Agent itself. To enable, use the `conforms_as_agent` option or have the
276
276
appropriate agent header (`DD-PROTOCOL: agent-json`) within the additional HTTP Headers list.
277
277
278
-
The log will be mutated so that any data that is a reserved keyword that exists at the root will be
279
-
moved under a new object keyed at the field 'message'. One will be created if it already does not
280
-
exist. As an example:
278
+
Any top-level fields that use Datadog-reserved keywords are moved into a new object named `message`. If `message` doesn’t exist, it is created first. For example:
281
279
282
280
```json
283
281
{
@@ -306,22 +304,22 @@ releases: "0.47.0": {
306
304
{
307
305
type: "fix"
308
306
description: """
309
-
Fixed a bug in the `datadog_logs` sink where the content of the log message is dropped when logs namespacing is enabled.
307
+
Fix a bug in the `datadog_logs` sink where the content of the log message is dropped when logs namespacing is enabled.
310
308
"""
311
309
contributors: ["graphcareful"]
312
310
},
313
311
{
314
312
type: "fix"
315
313
description: """
316
-
Fixed misleading error message for invalid field name in gelf encoder.
314
+
Fix misleading error message for invalid field name in gelf encoder.
317
315
"""
318
316
contributors: ["mprasil"]
319
317
},
320
318
{
321
319
type: "enhancement"
322
320
description: """
323
-
Added deferred.max_age_secs and deferred.queue_url options to the aws_s3 and aws_sqs sinks to automatically
324
-
route older event notifications to a separate queue, allowing prioritized processing of recent files.
321
+
Add `deferred.max_age_secs` and `deferred.queue_url` options to the `aws_s3` and `aws_sqs` sinks to automatically.
322
+
Route older event notifications to a separate queue, allowing prioritized processing of recent files.
0 commit comments