Skip to content

Commit

Permalink
Update opensearch plugin installation step
Browse files Browse the repository at this point in the history
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 <[email protected]>
  • Loading branch information
cosmo0920 committed Feb 16, 2022
1 parent 798582a commit 76ef460
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions output/opensearch.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 76ef460

Please sign in to comment.