小编Dan*_*cia的帖子

你能在配置文件中使用环境变量来获得流利吗?

我想知道如何在Fluentd配置中使用env vars,我试过:

<match **>
type elasticsearch
logstash_format true
logstash_prefix $ENV_VAR
host ***
port ***
include_tag_key true
tag_key _key
</match>
Run Code Online (Sandbox Code Playgroud)

但它不起作用,任何想法?

environment-variables fluentd

8
推荐指数
1
解决办法
6926
查看次数

标签 统计

environment-variables ×1

fluentd ×1