Skip to content

Commit 76ef460

Browse files
committed
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 <hatake@calyptia.com>
1 parent 798582a commit 76ef460

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

output/opensearch.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,14 +8,18 @@ This document does not describe all the parameters. For details, refer to the **
88

99
## Installation
1010

11-
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.
11+
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.
1212

13-
If you have installed Fluentd without `td-agent` or `calyptia-fluentd`, please install this plugin using `fluent-gem`:
13+
If you have installed Fluentd without `calyptia-fluentd`, please install this plugin using `fluent-gem` or `td-agent-gem` (for td-agent users):
1414

1515
```text
1616
$ fluent-gem install fluent-plugin-opensearch
1717
```
1818

19+
```text
20+
$ td-agent-gem install fluent-plugin-opensearch
21+
```
22+
1923
## Example Configuration
2024

2125
Here is a simple working configuration for OpenSearch instance that is running on localhost:

0 commit comments

Comments
 (0)