alertWebhook

alertWebhook sink将日志数据发送至http接收方。 使用示例请参考日志报警

Example

  1. sink:
  2. type: alertWebhook
  3. addr: http://localhost:8080/loggie
  4. headers:
  5. api: test1
  6. lineLimit: 10
  7. template: |
  8. ******

webhook

字段类型是否必填默认值含义
addrstring非必填发送alert的http地址,若为空,则不会发送
templatestring非必填用来渲染的模板
timeouttime.Duration非必填30s发送alert的http timeout
headersmap非必填发送alert的http header
methodstring非必填POST发送alert的http method, 如果不填put(不区分大小写),都认为是POST
lineLimitint非必填10多行日志采集情况下,每个alert中包含的最大日志行数