From 76ef4607b1fe4620d8b4b12e82553109746f51f6 Mon Sep 17 00:00:00 2001 From: Hiroshi Hatake Date: Wed, 16 Feb 2022 11:25:01 +0900 Subject: [PATCH] Update opensearch plugin installation step Current stable version of td-agent does not include OpenSearch plugin yet. We should add / modify descriptions for td-agent users later. Signed-off-by: Hiroshi Hatake --- output/opensearch.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/output/opensearch.md b/output/opensearch.md index f2154a3a..0763b5d5 100644 --- a/output/opensearch.md +++ b/output/opensearch.md @@ -8,14 +8,18 @@ This document does not describe all the parameters. For details, refer to the ** ## Installation -Since `out_opensearch` has been included in the standard distribution of `td-agent` since v4.4.0 and the alternative distribution of `calyptia-fluentd` since v1.3.4, `td-agent`/`calyptia-fluentd` users do not need to install it manually. +Since `out_opensearch` has been included in the alternative distribution of `calyptia-fluentd` since v1.3.4, `calyptia-fluentd` users do not need to install it manually. -If you have installed Fluentd without `td-agent` or `calyptia-fluentd`, please install this plugin using `fluent-gem`: +If you have installed Fluentd without `calyptia-fluentd`, please install this plugin using `fluent-gem` or `td-agent-gem` (for td-agent users): ```text $ fluent-gem install fluent-plugin-opensearch ``` +```text +$ td-agent-gem install fluent-plugin-opensearch +``` + ## Example Configuration Here is a simple working configuration for OpenSearch instance that is running on localhost: