Closed t0ffel closed 8 years ago
Yes, just same issue.
But this plugin uses config_placeholders
mixin just for hostname, not uuid. It can be removed and replaced with something to provide hostname only.
I'll do it when i have time. Or pull requests welcome :)
@tagomoris I'm probably missing something, but from what I see from https://github.com/tagomoris/fluent-mixin-config-placeholders only replaces if there is a config key hostname
and there is no such config key in secure_forward
.
Can you please advise what would be a proper test for such a placeholder?
That mixin replaces ${hostname}
string in any configuration parameters.
To say correctly, that mixin does:
${hostname}
with "hostname"hostname
(if exist), or dynamically
I think the issue is similar to https://github.com/tagomoris/fluent-plugin-route/issues/3
Here is the trace:
The config:
Is this going to fix the issue? https://github.com/sporkmonger/uuidtools/pull/39
is there a known workaround I could use?