You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm trying to migrate fluent-plugin-geoip's out_geoip to Fluentd v0.14 API.
I want to extract placeholders ${hostname} using hostname field added by inject plugin helper.
Expected behavior:
tag will include hostname added by inject plugin helper.
Actual behavior:
tag does not include hostname added by inject plugin helper.
The text was updated successfully, but these errors were encountered:
config:
https://github.com/okkez/fluent-plugin-geoip/blob/migrate-to-v0.14-api/lib/fluent/plugin/out_geoip.rb
I'm trying to migrate fluent-plugin-geoip's out_geoip to Fluentd v0.14 API.
I want to extract placeholders
${hostname}
using hostname field added by inject plugin helper.Expected behavior:
tag will include hostname added by inject plugin helper.
Actual behavior:
tag does not include hostname added by inject plugin helper.
The text was updated successfully, but these errors were encountered: