Fluentd Plugin to Tranform GELF
Fluentd filter plugin to transform parsed apache format to gelf format.
$ gem install fluent-plugin-gelf-transformer
Add following line to your Gemfile:
gem "fluent-plugin-gelf-transformer"
And then execute:
$ bundle
You can generate configuration template:
$ fluent-plugin-config-format filter gelf-transformer
The records which are input for gelf-plugin have to include origin_log
, host
field.