【发布时间】:2016-07-01 13:21:48
【问题描述】:
有什么方法可以在 Fluentd 中通过基本身份验证来处理 http 请求?或者任何in_http 插件扩展?
【问题讨论】:
标签: http plugins basic-authentication fluentd
有什么方法可以在 Fluentd 中通过基本身份验证来处理 http 请求?或者任何in_http 插件扩展?
【问题讨论】:
标签: http plugins basic-authentication fluentd
一种方法是将 nginx 作为反向代理,进行身份验证,然后将调用转发给 fluentd。
【讨论】: