Skip to content

Commit 7b79cf9

Browse files
prontdomalessi
andauthored
Apply suggestions from code review
Co-authored-by: domalessi <[email protected]>
1 parent ff02d38 commit 7b79cf9

File tree

1 file changed

+10
-12
lines changed

1 file changed

+10
-12
lines changed

website/cue/reference/releases/0.47.0.cue

Lines changed: 10 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -215,7 +215,7 @@ releases: "0.47.0": {
215215
{
216216
type: "feat"
217217
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.
219219
220220
Example config:
221221
@@ -250,7 +250,7 @@ releases: "0.47.0": {
250250
{
251251
type: "fix"
252252
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.
254254
"""
255255
contributors: ["wooffie"]
256256
},
@@ -264,20 +264,18 @@ releases: "0.47.0": {
264264
{
265265
type: "enhancement"
266266
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).
268268
"""
269269
contributors: ["aramperes"]
270270
},
271271
{
272272
type: "fix"
273273
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
276276
appropriate agent header (`DD-PROTOCOL: agent-json`) within the additional HTTP Headers list.
277277
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:
281279
282280
```json
283281
{
@@ -306,22 +304,22 @@ releases: "0.47.0": {
306304
{
307305
type: "fix"
308306
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.
310308
"""
311309
contributors: ["graphcareful"]
312310
},
313311
{
314312
type: "fix"
315313
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.
317315
"""
318316
contributors: ["mprasil"]
319317
},
320318
{
321319
type: "enhancement"
322320
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.
325323
"""
326324
contributors: ["akutta"]
327325
},

0 commit comments

Comments
 (0)