0

我正在尝试将日志从 fluentD 转发到 summologic。

我在 fluentd.conf 中有以下配置

 <source>
  @type forward
  port 24224
  bind 0.0.0.0
</source>

  <match *.*>
      @type sumologic
      endpoint https://collectors.us2.sumologic.com/receiver/v1/http/XXXXX
      log_format json
      source_category AppLog
      source_name FluentD
      open_timeout 10
    </match>

加载 docker 容器时出现错误

config error file="/fluentd/etc/fluent.conf" error_class=Fluent::ConfigError error="Unknown output plugin 'sumologic'. Run 'gem search -rd fluent-plugin' to find plugins"

我请求帮助解决问题。

4

0 回答 0