Replies: 2 comments 1 reply
-
|
可能的改成可选的方案:GlobalConfig 添加一个选项:AddHostInfoTags bool, 默认为true |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
短期内的话,converter里的TagKeyRenameMap参数可以干这个事情,而且不限于hostname这个 |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
https://github.com/alibaba/ilogtail/blob/61a0579c2979c28ba5eed51f1d64706f40f69679/pluginmanager/plugin_runner_helper.go#L80
如上代码,在某些场景下可能不需要添加这个__hostname__的tag,比如agent在server端作为collector gateway部署时,可能期望不追加这个tag,原因:
Beta Was this translation helpful? Give feedback.
All reactions