Skip to content

Commit 14b630f

Browse files
authored
chore(dev): fix markdown lint failures (vectordotdev#22219)
1 parent d599ec0 commit 14b630f

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

rfcs/2020-03-06-1999-api-extensions-for-lua-transform.md

+6-6
Original file line numberDiff line numberDiff line change
@@ -471,12 +471,12 @@ Here `event` is an encoded event to be produced by the transform, and `lane` is
471471

472472
> An emitting function is called from a transform component called `example_transform` with `lane` parameter set to `example_lane`. Then the downstream `console` sink have to be defined as the following to be able to read the emitted event:
473473
>
474-
> ```toml
475-
> [sinks.example_console]
476-
> type = "console"
477-
> inputs = ["example_transform.example_lane"] # would output the event from `example_lane`
478-
> encoding.codec = "text"
479-
> ```
474+
> ```toml
475+
> [sinks.example_console]
476+
> type = "console"
477+
> inputs = ["example_transform.example_lane"] # would output the event from `example_lane`
478+
> encoding.codec = "text"
479+
> ```
480480
>
481481
> Other components connected to the same transform, but with different lanes names or without lane names at all would not receive any event.
482482

website/content/en/highlights/2022-03-22-0-21-0-upgrade-guide.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -238,8 +238,8 @@ The new AWS SDK lacks support for certain authentication configuration:
238238

239239
- Vector now only supports IMDSv2 for authentication. If you were previously using IMDSv1, you will need to configure
240240
the host to allow IMDSv2. For EKS, this likely means increasing the metadata token response hop limit to 2 (see
241-
[Amazon EKS now supports EC2 Instance Metadata Service v2
242-
](https://aws.amazon.com/about-aws/whats-new/2020/08/amazon-eks-supports-ec2-instance-metadata-service-v2/). We are
241+
[Amazon EKS now supports EC2 Instance Metadata Service v2](https://aws.amazon.com/about-aws/whats-new/2020/08/amazon-eks-supports-ec2-instance-metadata-service-v2/).
242+
We are
243243
discussing the possibility of re-adding support for IMDSv1 in
244244
[#12376](https://github.com/vectordotdev/vector/issues/12376).
245245
- Vector AWS components' `auth.credential_file` option was removed as the new [SDK does not yet support it

0 commit comments

Comments
 (0)