Skip to content

Commit 7727cf9

Browse files
authored
Add fluent-plugin-azure-loganalytics (#8)
1 parent fd8df7c commit 7727cf9

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

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-azure-loganalytics \
1213
fluent-plugin-azurestorage-gen2 \
1314
fluent-plugin-concat \
1415
fluent-plugin-datadog \

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ To optimise _Fluentd_ for log aggregation the default `fluent.conf` file has bee
1313
The following plugins have been added to the base image.
1414

1515
- [fluent-plugin-aws-elasticsearch-service](https://github.com/atomita/fluent-plugin-aws-elasticsearch-service)
16+
- [fluent-plugin-azure-loganalytics](https://github.com/yokawasa/fluent-plugin-azure-loganalytics)
1617
- [fluent-plugin-azurestorage-gen2](https://github.com/oleewere/fluent-plugin-azurestorage-gen2)
1718
- [fluent-plugin-concat](https://github.com/fluent-plugins-nursery/fluent-plugin-concat)
1819
- [fluent-plugin-datadog](https://github.com/DataDog/fluent-plugin-datadog)

0 commit comments

Comments
 (0)