我想知道如何在Fluentd配置中使用env vars,我试过:
<match **> type elasticsearch logstash_format true logstash_prefix $ENV_VAR host *** port *** include_tag_key true tag_key _key </match>
但它不起作用,任何想法?
environment-variables fluentd
environment-variables ×1
fluentd ×1