Hello people of the future (including future self and search-engines).
Using the Stable Kubernetes Helm chart of Fluentd-Elasticsearch, it is not possible to install fluent-plugin-mongo using the values.yaml definition plugins.pluginList.
This happens as the plugin contains native components (that cannot be built as the existing container does not have building tools).
To fix that I created the following docker image, based on gcr.io/google-containers/fluentd-elasticsearch, which has the fluent-plugin-mongo installed, and ready to be used with <source> and <match>.
Here it is for everyone to use:
https://hub.docker.com/r/operatorequals/fluentd-elasticsearch
Hello people of the future (including future self and search-engines).
Using the Stable Kubernetes Helm chart of Fluentd-Elasticsearch, it is not possible to install
fluent-plugin-mongousing thevalues.yamldefinitionplugins.pluginList.This happens as the plugin contains native components (that cannot be built as the existing container does not have building tools).
To fix that I created the following docker image, based on
gcr.io/google-containers/fluentd-elasticsearch, which has thefluent-plugin-mongoinstalled, and ready to be used with<source>and<match>.Here it is for everyone to use:
https://hub.docker.com/r/operatorequals/fluentd-elasticsearch