From a5bda36db1856e1baba9500f198bc3b4705f1d3d Mon Sep 17 00:00:00 2001 From: Antoine Huret Date: Thu, 23 May 2024 18:14:47 +0200 Subject: [PATCH] Update index.md (#918) (cherry picked from commit ae92ce1f96f9a1a08a381bedc34d149cfa497371) --- docs/sources/tutorials/first-components-and-stdlib/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/sources/tutorials/first-components-and-stdlib/index.md b/docs/sources/tutorials/first-components-and-stdlib/index.md index 22913bed64..7762df8831 100644 --- a/docs/sources/tutorials/first-components-and-stdlib/index.md +++ b/docs/sources/tutorials/first-components-and-stdlib/index.md @@ -101,7 +101,7 @@ Each component has a link to its documentation, which contains a description of {{< /admonition >}} This pipeline has two components: `local.file` and `prometheus.remote_write`. -The `local.file` component is configured with a single argument, `path`, which is set by calling the [env][] standard library function to retrieve the value of the `HOME` environment variable and concatenating it with the string `"file.txt"`. +The `local.file` component is configured with a single argument, `filename`, which is set by calling the [env][] standard library function to retrieve the value of the `HOME` environment variable and concatenating it with the string `"file.txt"`. The `local.file` component has a single export, `content`, which contains the contents of the file. The `prometheus.remote_write` component is configured with an `endpoint` block, containing the `url` attribute and a `basic_auth` block.