Skip to content

Commit 79f5bbc

Browse files
committed
Update readme
1 parent f688a85 commit 79f5bbc

File tree

2 files changed

+9
-10
lines changed

2 files changed

+9
-10
lines changed

README.md

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -13,26 +13,25 @@ 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-concat](https://github.com/fluent-plugins-nursery/fluent-plugin-concat)
16+
- [fluent-plugin-record-modifier](https://github.com/repeatedly/fluent-plugin-record-modifier)
1617
- [fluent-plugin-elasticsearch](https://docs.fluentd.org/output/elasticsearch)
1718
- [fluent-plugin-grafana-loki](https://github.com/grafana/loki/tree/master/cmd/fluentd)
1819
- [fluent-plugin-prometheus](https://github.com/fluent/fluent-plugin-prometheus)
1920
- [fluent-plugin-s3](https://docs.fluentd.org/output/s3)
2021
- [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)
2124

2225
## Usage
2326

24-
This image is available at [Docker Hub](https://hub.docker.com/r/stevehipwellt/fluentd-aggregator) and [GitHub](https://github.com/users/stevehipwell/packages/container/package/fluentd-aggregator). This image uses [Semantic Versioning 2.0.0](https://semver.org/) with the major and minor version matching the _Fluentd_ major and minor versions and the patch reserved for image changes.
27+
This image is available at [Docker Hub](https://hub.docker.com/r/stevehipwellt/fluentd-aggregator) and [GitHub](https://github.com/users/stevehipwell/packages/container/package/fluentd-aggregator). The image version matches the _Fluentd_ version.
2528

26-
This image can be pulled from the following two repositories (where release version is `v1.11.0`).
29+
This image can be pulled from the following two repositories.
2730

2831
```shell
2932
docker pull stevehipwell/fluentd-aggregator:latest
30-
docker pull stevehipwell/fluentd-aggregator:v1.11
31-
docker pull stevehipwell/fluentd-aggregator:v1.11.0
3233

3334
docker pull ghcr.io/stevehipwell/fluentd-aggregator:latest
34-
docker pull ghcr.io/stevehipwell/fluentd-aggregator:v1.11
35-
docker pull stevehipwell/fluentd-aggregator:v1.11.0
3635
```
3736

3837
This image can be tested by running the following command and then forwarding logs.

fluent.conf

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,16 +6,16 @@
66
bind 0.0.0.0
77
</source>
88

9-
<filter **>
10-
@type stdout
11-
</filter>
12-
139
<label @FLUENT_LOG>
1410
<match fluent.*>
1511
@type stdout
1612
</match>
1713
</label>
1814

15+
<filter **>
16+
@type stdout
17+
</filter>
18+
1919
<label @mainstream>
2020
<match **>
2121
@type null

0 commit comments

Comments
 (0)