Skip to content

Commit e8dafbf

Browse files
authored
Add Azure storage plugin (#5)
1 parent 6769678 commit e8dafbf

File tree

3 files changed

+7
-6
lines changed

3 files changed

+7
-6
lines changed

.github/workflows/ci.yaml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,6 @@
11
name: CI
22

33
on:
4-
push:
5-
branches:
6-
- "**"
74
pull_request:
85

96
jobs:

Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ RUN set -eu; \
99
apk add --no-cache --update --virtual .build-deps sudo build-base ruby-dev; \
1010
sudo gem install \
1111
fluent-plugin-aws-elasticsearch-service \
12+
fluent-plugin-azurestorage-gen2 \
1213
fluent-plugin-concat \
1314
fluent-plugin-datadog \
1415
fluent-plugin-elasticsearch \

README.md

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,15 +12,18 @@ To optimise _Fluentd_ for log aggregation the default `fluent.conf` file has bee
1212

1313
The following plugins have been added to the base image.
1414

15+
- [fluent-plugin-aws-elasticsearch-service](https://github.com/atomita/fluent-plugin-aws-elasticsearch-service)
16+
- [fluent-plugin-azurestorage-gen2](https://github.com/oleewere/fluent-plugin-azurestorage-gen2)
1517
- [fluent-plugin-concat](https://github.com/fluent-plugins-nursery/fluent-plugin-concat)
16-
- [fluent-plugin-record-modifier](https://github.com/repeatedly/fluent-plugin-record-modifier)
18+
- [fluent-plugin-datadog](https://github.com/DataDog/fluent-plugin-datadog)
1719
- [fluent-plugin-elasticsearch](https://docs.fluentd.org/output/elasticsearch)
1820
- [fluent-plugin-grafana-loki](https://github.com/grafana/loki/tree/master/cmd/fluentd)
1921
- [fluent-plugin-prometheus](https://github.com/fluent/fluent-plugin-prometheus)
22+
- [fluent-plugin-record-modifier](https://github.com/repeatedly/fluent-plugin-record-modifier)
23+
- [fluent-plugin-rewrite-tag-filter](https://github.com/fluent/fluent-plugin-rewrite-tag-filter)
24+
- [fluent-plugin-route](https://github.com/tagomoris/fluent-plugin-route)
2025
- [fluent-plugin-s3](https://docs.fluentd.org/output/s3)
2126
- [fluent-plugin-sqs](https://github.com/ixixi/fluent-plugin-sqs)
22-
- [fluent-plugin-aws-elasticsearch-service](https://github.com/atomita/fluent-plugin-aws-elasticsearch-service)
23-
- [fluent-plugin-datadog](https://github.com/DataDog/fluent-plugin-datadog)
2427

2528
## Usage
2629

0 commit comments

Comments
 (0)