Hi Team.. we are evaluating Signoz , present confi...
# support
v
Hi Team.. we are evaluating Signoz , present configured in docker.. i want to push logs to clickhouse and anlayse from signoz, which table is configured in signoz UI to fetch logs.. In GUI, i did not see any option to select DB or table of clickhouse
s
By to push logs to clickhouse and anlayse from signoz You mean to write to the table yourself? That’s not recommended. You should use some log collection and let the
signoz-otel-collector
handle writing.
v
Thanks Srikanth for the response.. we are planning to move logs to clickhouse using vector as raw log, use views at clickhouse and visualize at signoz. Is that possible, else we have to parse all logs to signoz otel collector and parse all otel collector ?.. if so single DB or Table?
Hi @Srikanth Chekuri..thanks for inputs.. we finally started signoz on multinode clickhouse cluster... Otel collectors (from K8s, VM) --- > signoz otel collectors(LBs) -- > clickhouse (multi shards) --> signoz.. We are fully evaluating the scale/HA in comming day.. ~ 70TB per day logs scale
a
Is that possible, else we have to parse all logs to signoz otel collector and parse all otel collector ?.. if so single DB or Table?
parsing at vector should be fine, right @nitya-signoz?
clickhouse sharding is already in place. You should be able to increase the shard count and work with scale. There is no limitation on single table, db, shard if you use the setup given by SigNoz.