File tree 3 files changed +7
-6
lines changed 3 files changed +7
-6
lines changed Original file line number Diff line number Diff line change 1
1
name : CI
2
2
3
3
on :
4
- push :
5
- branches :
6
- - " **"
7
4
pull_request :
8
5
9
6
jobs :
Original file line number Diff line number Diff line change @@ -9,6 +9,7 @@ RUN set -eu; \
9
9
apk add --no-cache --update --virtual .build-deps sudo build-base ruby-dev; \
10
10
sudo gem install \
11
11
fluent-plugin-aws-elasticsearch-service \
12
+ fluent-plugin-azurestorage-gen2 \
12
13
fluent-plugin-concat \
13
14
fluent-plugin-datadog \
14
15
fluent-plugin-elasticsearch \
Original file line number Diff line number Diff line change @@ -12,15 +12,18 @@ To optimise _Fluentd_ for log aggregation the default `fluent.conf` file has bee
12
12
13
13
The following plugins have been added to the base image.
14
14
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 )
15
17
- [ 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 )
17
19
- [ fluent-plugin-elasticsearch] ( https://docs.fluentd.org/output/elasticsearch )
18
20
- [ fluent-plugin-grafana-loki] ( https://github.com/grafana/loki/tree/master/cmd/fluentd )
19
21
- [ 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 )
20
25
- [ fluent-plugin-s3] ( https://docs.fluentd.org/output/s3 )
21
26
- [ 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 )
24
27
25
28
## Usage
26
29
You can’t perform that action at this time.
0 commit comments