What is the problem your feature solves, or the need it fulfills?
从proxy-settings的数据看,目前的ckibana似乎只支持查询一个默认的db和其包含的数据表。
在一些场景下,数据分布在clickhouse的多个db的多张表中,同时也需要使用ckibana进行查询,
是否考虑支持这个场景?
Describe the solution you'd like
比如:
"whiteIndexList":[
"dbname1.index1",
"dbname2.index2"
],
这样感觉更加灵活一些,谢谢。
What is the problem your feature solves, or the need it fulfills?
从proxy-settings的数据看,目前的ckibana似乎只支持查询一个默认的db和其包含的数据表。
在一些场景下,数据分布在clickhouse的多个db的多张表中,同时也需要使用ckibana进行查询,
是否考虑支持这个场景?
Describe the solution you'd like
比如:
"whiteIndexList":[
"dbname1.index1",
"dbname2.index2"
],
这样感觉更加灵活一些,谢谢。