1 Star 0 Fork 277

lovezhou1990 / SeaTunnel

forked from Apache SeaTunnel / SeaTunnel 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
DingTalk.md 1.06 KB
一键复制 编辑 原始数据 按行查看 历史

DingTalk

DinkTalk sink connector

Description

A sink plugin which use DingTalk robot send message

Key features

Options

name type required default value
url string yes -
secret string yes -
common-options no -

url [string]

DingTalk robot address format is https://oapi.dingtalk.com/robot/send?access_token=XXXXXX(string)

secret [string]

DingTalk robot secret (string)

common options

Sink plugin common parameters, please refer to Sink Common Options for details

Example

sink {
 DingTalk {
  url="https://oapi.dingtalk.com/robot/send?access_token=ec646cccd028d978a7156ceeac5b625ebd94f586ea0743fa501c100007890"
  secret="SEC093249eef7aa57d4388aa635f678930c63db3d28b2829d5b2903fc1e5c10000"
 }
}

Changelog

2.2.0-beta 2022-09-26

  • Add DingTalk Sink Connector
Java
1
https://gitee.com/ljzhou/SeaTunnel.git
git@gitee.com:ljzhou/SeaTunnel.git
ljzhou
SeaTunnel
SeaTunnel
dev

搜索帮助

53164aa7 5694891 3bd8fe86 5694891