From c31e58f5428be99b1b05cd1ccd31f0eea5048698 Mon Sep 17 00:00:00 2001 From: Kentaro Hayashi Date: Tue, 5 Sep 2023 15:56:24 +0900 Subject: [PATCH] Update quickstart/faq.md Co-authored-by: Daijiro Fukuda --- quickstart/faq.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/quickstart/faq.md b/quickstart/faq.md index 12a1a809..d51c70bb 100644 --- a/quickstart/faq.md +++ b/quickstart/faq.md @@ -19,7 +19,7 @@ The timestamps of Fluentd and its logger libraries depend on your system's clock ### I installed `td-agent`/`fluent-package` and want to add custom plugins. How do I do it? -Use td-agent bundled gem. See [this section](../deployment/plugin-management.md) for more information. +Use the bundled gem system. See [this section](../deployment/plugin-management.md) for more information. ### How can I match \(send\) an event to multiple outputs?