I have a question... If we use the SigNoz collecto...
# support
j
I have a question... If we use the SigNoz collector to send the logs to our self managed ClickHouse separately, will the SigNoz be able to search those logs/data? Since SigNoz runs within container and we are looking for large scale solution, I doubt clickhouse will be able to scale to handle large data when it is running within container.. Hence we might create a separate clickhouseDB, ingesting using SigNoz Collector and search from SigNoz UI. Will this approach works?
v
@Prashant Shahi Any insights on this?
j
Hi @Prashant Shahi @Vishal Sharma someone please clarify?
d
@Jayanna Hallur - Yes, I have a separate clickhouse cluster with clickhouse keeper to maintain quorum (just 1 replica and 1 shard, so 2 nodes atm) and have a NLB sat in front of it, As long as your collectors use the NLB endpoint and the Query Service does too, it works fine.
j
Thank you