tiup 部署pump & drainer 时的过滤规则设置

我在使用tiup 部署tidb binlog 时遇到个配置问题:
我想在drainer 中进行数据过滤,但是配置了各种形式还是通不过,文档中未见到相关配置说明。

请问正确配置方式应该是什么样的,能否增加一些pump & drainer 在tiup 中详细配置demo ?

drainer 增加过滤规则
drainer_servers:

  • host: 172.30.135.19
    ssh_port: 22
    port: 8249
    deploy_dir: /data/tidb-deploy/drainer-8249
    data_dir: /data/tidb-data/drainer-8249
    commit_ts: -1
    config:
    syncer.db-type: mysql
    replicate-do-db: [“test”,“test1”]
    syncer.to.host: 172.30.135.140
    syncer.to.password: homework
    syncer.to.port: 13309
    syncer.to.user: ysc_app

可以参考一下: