Skip to content

Commit 5bf2d4f

Browse files
authored
Fix docker block docs (#4836)
1 parent 373f3fc commit 5bf2d4f

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

docs/sources/reference/components/loki/loki.source.docker.md

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -45,29 +45,29 @@ You can use the following arguments with `loki.source.docker`:
4545

4646
You can use the following blocks with `loki.source.docker`:
4747

48-
| Block | Description | Required |
49-
| ------------------------------------------------ | ---------------------------------------------------------- | -------- |
50-
| [`client`][client] | HTTP client settings when connecting to the endpoint. | no |
51-
| `client` > [`authorization`][authorization] | Configure generic authorization to the endpoint. | no |
52-
| `client` > [`basic_auth`][basic_auth] | Configure `basic_auth` for authenticating to the endpoint. | no |
53-
| `client` > [`oauth2`][oauth2] | Configure OAuth 2.0 for authenticating to the endpoint. | no |
54-
| `client` > `oauth2` > [`tls_config`][tls_config] | Configure TLS settings for connecting to the endpoint. | no |
55-
| `client` > [`tls_config`][tls_config] | Configure TLS settings for connecting to the endpoint. | no |
48+
| Block | Description | Required |
49+
| ------------------------------------------------------------ | ---------------------------------------------------------- | -------- |
50+
| [`http_client_config`][http_client_config] | HTTP client settings when connecting to the endpoint. | no |
51+
| `http_client_config` > [`authorization`][authorization] | Configure generic authorization to the endpoint. | no |
52+
| `http_client_config` > [`basic_auth`][basic_auth] | Configure `basic_auth` for authenticating to the endpoint. | no |
53+
| `http_client_config` > [`oauth2`][oauth2] | Configure OAuth 2.0 for authenticating to the endpoint. | no |
54+
| `http_client_config` > `oauth2` > [`tls_config`][tls_config] | Configure TLS settings for connecting to the endpoint. | no |
55+
| `http_client_config` > [`tls_config`][tls_config] | Configure TLS settings for connecting to the endpoint. | no |
5656

5757
The > symbol indicates deeper levels of nesting.
58-
For example, `client` > `basic_auth` refers to an `basic_auth` block defined inside a `client` block.
58+
For example, `http_client_config` > `basic_auth` refers to an `basic_auth` block defined inside a `http_client_config` block.
5959

6060
These blocks are only applicable when connecting to a Docker daemon over HTTP or HTTPS and has no effect when connecting via a `unix:///` socket
6161

6262
[authorization]: #authorization
6363
[basic_auth]: #basic_auth
64-
[client]: #client
64+
[http_client_config]: #http_client_config
6565
[oauth2]: #oauth2
6666
[tls_config]: #tls_config
6767

68-
### `client`
68+
### `http_client_config`
6969

70-
The `client` block configures settings used to connect to HTTP(S) Docker daemons.
70+
The `http_client_config` block configures settings used to connect to HTTP(S) Docker daemons.
7171

7272
{{< docs/shared lookup="reference/components/http-client-config-block.md" source="alloy" version="<ALLOY_VERSION>" >}}
7373

0 commit comments

Comments
 (0)