Skip to content

Commit 87e3c2d

Browse files
authored
feat: Support OpenSearch (#23)
1 parent 4f7cf2c commit 87e3c2d

File tree

3 files changed

+9
-1
lines changed

3 files changed

+9
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1313
### Deprecated
1414
### Removed -->
1515

16+
## [v1.14.6] - 2022-01-13
17+
18+
### Added
19+
20+
- [fluent-plugin-opensearch](https://github.com/fluent/fluent-plugin-opensearch)
21+
1622
## [v1.14.5] - 2022-01-06
1723

1824
### Changed
@@ -39,7 +45,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
3945

4046
### Changed
4147

42-
- Pinned _Elasticsearch_ gems to `v7.13.3` to stop it blocking _OpenSearch_.
48+
- Pinned _Elasticsearch_ gems to `v7.13.3` to make _AWS Elasticsearch Service_ continue to work.
4349

4450
## [v1.14.1] - 2021-10-04
4551

Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ RUN set -eu; \
2626
fluent-plugin-datadog \
2727
fluent-plugin-elasticsearch \
2828
fluent-plugin-grafana-loki \
29+
fluent-plugin-opensearch \
2930
fluent-plugin-prometheus \
3031
fluent-plugin-record-modifier \
3132
fluent-plugin-rewrite-tag-filter \

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ The following plugins have been added to the base image.
2121
- [fluent-plugin-datadog](https://github.com/DataDog/fluent-plugin-datadog)
2222
- [fluent-plugin-elasticsearch](https://docs.fluentd.org/output/elasticsearch)
2323
- [fluent-plugin-grafana-loki](https://github.com/grafana/loki/tree/main/clients/cmd/fluentd)
24+
- [fluent-plugin-opensearch](https://github.com/fluent/fluent-plugin-opensearch)
2425
- [fluent-plugin-prometheus](https://github.com/fluent/fluent-plugin-prometheus)
2526
- [fluent-plugin-record-modifier](https://github.com/repeatedly/fluent-plugin-record-modifier)
2627
- [fluent-plugin-rewrite-tag-filter](https://github.com/fluent/fluent-plugin-rewrite-tag-filter)

0 commit comments

Comments
 (0)