1. 首页
  2. 考试认证
  3. 其它
  4. Fluent Plugin Webhook Github插件安装与配置指南

Fluent Plugin Webhook Github插件安装与配置指南

上传者: 2024-10-26 16:54:28上传 ZIP文件 7.54KB 热度 12次

Fluent::Plugin::Webhook::Github 是来自 GitHub 的传入 webhook 的 fluentd 输入插件。(正在进行中,不建议在生产中使用它

安装步骤:


$ gem install fluent-plugin-webhook-github

使用方法:




  type webhook_github

  tag gh

  secret THE_SECRET_STRING_YOU_SET  # 钩子的密钥,推荐设置

  bind 0.0.0.0  # 可选,默认值

  port 8080  # 可选,默认值

  mount /  # 可选,默认值

  with_payload false  # 可选,默认值





  type std



下载地址
用户评论