Skip to content

Commit

Permalink
out_opensearch: add ra support to index (#985)
Browse files Browse the repository at this point in the history
Signed-off-by: Patrick Stephens <[email protected]>

Signed-off-by: Patrick Stephens <[email protected]>
  • Loading branch information
patrick-stephens authored Nov 25, 2022
1 parent 7e698a6 commit 8d40d1a
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions pipeline/outputs/opensearch.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@ description: Send logs to Amazon OpenSearch Service

# OpenSearch

The **opensearch** output plugin, allows to ingest your records into an [OpenSearch](https://opensearch.org/) database. The following instructions assumes that you have a fully operational OpenSearch service running in your environment.
The **opensearch** output plugin, allows to ingest your records into an [OpenSearch](https://opensearch.org/) database.
The following instructions assumes that you have a fully operational OpenSearch service running in your environment.

## Configuration Parameters

Expand All @@ -22,7 +23,7 @@ The **opensearch** output plugin, allows to ingest your records into an [OpenSea
| AWS\_External\_ID | External ID for the AWS IAM Role specified with `aws_role_arn` | |
| HTTP\_User | Optional username credential for access | |
| HTTP\_Passwd | Password for user defined in HTTP\_User | |
| Index | Index name | fluent-bit |
| Index | Index name, supports record accessor syntax from 2.0.5 onwards. | fluent-bit |
| Type | Type name | \_doc |
| Logstash\_Format | Enable Logstash format compatibility. This option takes a boolean value: True/False, On/Off | Off |
| Logstash\_Prefix | When Logstash\_Format is enabled, the Index name is composed using a prefix and the date, e.g: If Logstash\_Prefix is equals to 'mydata' your index will become 'mydata-YYYY.MM.DD'. The last string appended belongs to the date when the data is being generated. | logstash |
Expand Down

0 comments on commit 8d40d1a

Please sign in to comment.