ClickHouse/Hydrolix backend connector supports a database config option, which is prepended to table names (e.g. if table name is logs and database is my_company, then SQL queries will access my_company.logs). The _search endpoint properly respects that option, however the _count endpoint doesn't take that into account:
ClickHouse/Hydrolix backend connector supports a
database
config option, which is prepended to table names (e.g. if table name islogs
and database ismy_company
, then SQL queries will accessmy_company.logs
). The_search
endpoint properly respects that option, however the_count
endpoint doesn't take that into account: