Skip to content

Commit d8db410

Browse files
committed
List plugins with version in the README
Make troubleshooting easier. This name/version list is produced by the `make list-plugin` in base-image.
1 parent 56c7ac7 commit d8db410

File tree

1 file changed

+39
-39
lines changed

1 file changed

+39
-39
lines changed

README.md

Lines changed: 39 additions & 39 deletions
Original file line numberDiff line numberDiff line change
@@ -442,45 +442,45 @@ All logs originating from a file look exactly as all other Kubernetes logs. Howe
442442
}
443443
```
444444

445-
## Available plugins
446-
447-
`kube-fluentd-operator` aims to be easy to use and flexible. It also favors appending logs to multiple destinations using `<copy>` and as such comes with many plugins pre-installed:
448-
449-
* fluent-plugin-amqp
450-
* fluent-plugin-concat
451-
* fluent-plugin-detect-exceptions
452-
* fluent-plugin-elasticsearch
453-
* fluent-plugin-google-cloud
454-
* fluent-plugin-grok-parser
455-
* fluent-plugin-kafka
456-
* fluent-plugin-kinesis
457-
* fluent-plugin-kubernetes
458-
* fluent-plugin-kubernetes_metadata_filter
459-
* fluent-plugin-logentries
460-
* fluent-plugin-loggly
461-
* fluent-plugin-logzio
462-
* fluent-plugin-mail
463-
* fluent-plugin-mongo
464-
* fluent-plugin-out-http-ext
465-
* fluent-plugin-papertrail
466-
* fluent-plugin-parser
467-
* fluent-plugin-prometheus
468-
* fluent-plugin-record-modifier
469-
* fluent-plugin-record-reformer
470-
* fluent-plugin-redis
471-
* fluent-plugin-remote_syslog
472-
* fluent-plugin-rewrite-tag-filter
473-
* fluent-plugin-route
474-
* fluent-plugin-s3
475-
* fluent-plugin-scribe
476-
* fluent-plugin-secure-forward
477-
* fluent-plugin-splunkhec
478-
* fluent-plugin-sumologic_output
479-
* fluent-plugin-systemd
480-
* fluent-plugin-vertica
481-
* fluent-plugin-verticajson
482-
483-
When customizing the image be careful not to uninstall plugins that are used internally to implement the macro language.
445+
## Available plugins in latest release (1.7.0)
446+
447+
`kube-fluentd-operator` aims to be easy to use and flexible. It also favors sending logs to multiple destinations using `<copy>` and as such comes with many plugins pre-installed:
448+
449+
* fluent-config-regexp-type (1.0.0)
450+
* fluent-mixin-config-placeholders (0.4.0)
451+
* fluent-plugin-amqp2 (0.2.0)
452+
* fluent-plugin-concat (2.3.0)
453+
* fluent-plugin-detect-exceptions (0.0.11)
454+
* fluent-plugin-elasticsearch (2.11.6)
455+
* fluent-plugin-google-cloud (0.6.23)
456+
* fluent-plugin-grok-parser (2.2.0)
457+
* fluent-plugin-kafka (0.7.7)
458+
* fluent-plugin-kinesis (2.1.1)
459+
* fluent-plugin-kubernetes (0.3.1)
460+
* fluent-plugin-kubernetes_metadata_filter (2.1.2)
461+
* fluent-plugin-logentries (0.2.10)
462+
* fluent-plugin-loggly (0.0.9)
463+
* fluent-plugin-logzio (0.0.17)
464+
* fluent-plugin-mail (0.3.0)
465+
* fluent-plugin-mongo (1.1.2)
466+
* fluent-plugin-out-http-ext (0.1.10)
467+
* fluent-plugin-papertrail (0.2.5)
468+
* fluent-plugin-parser (0.6.1)
469+
* fluent-plugin-record-modifier (1.1.0)
470+
* fluent-plugin-record-reformer (0.9.1)
471+
* fluent-plugin-redis (0.3.3)
472+
* fluent-plugin-remote_syslog (1.0.0)
473+
* fluent-plugin-rewrite-tag-filter (2.1.0)
474+
* fluent-plugin-route (1.0.0)
475+
* fluent-plugin-s3 (1.1.4)
476+
* fluent-plugin-scribe (0.10.14)
477+
* fluent-plugin-secure-forward (0.4.5)
478+
* fluent-plugin-splunkhec (1.7)
479+
* fluent-plugin-sumologic_output (1.3.0)
480+
* fluent-plugin-systemd (1.0.1)
481+
* fluentd (1.1.3, 0.14.25, 0.12.43)
482+
483+
When customizing the image be careful not to uninstall plugins that are used internally to implement macros.
484484

485485
If you need other destination plugins you are welcome to contribute a patch or just create an issue.
486486

0 commit comments

Comments
 (0)