output.doris:
fenodes: [ "http://fehost1:http_port", "http://fehost2:http_port", "http://fehost3:http_port" ]
user: "your_username"
password: "your_password"
database: "your_db"
table: "%{[table]}" # dissect 解析得到字段,或解析input的路径的目录名得到
想通过filebeat-doris来导入到selectdb,这里的output.doris table值可以根据input的文件路径提取出来设置吗?支持动态设置吗?