Skip to content

📊 ELK 转发

通过 webhook 插件把结果转发到 Logstash / Elasticsearch。

yaml
plugins:
  - name: elk
    type: webhook
    on: result
    url: http://logstash:5044

在 Kibana 中按 subject / icp 聚合分析。

Released under the MIT License.