TLDR Purti had queries regarding the setup of external ClickHouse for SigNoz. Prashant clarified that starting from SigNoz v0.12, distributed ClickHouse setup is mandatory.
Hey Purti, Starting from SigNoz v0.12, having distributed clickhouse set up is mandatory for running SigNoz.
But when we install using install script, I can see only one container for clickhouse-server
Yes, there will be one container but it runs in distributed mode with the ability to run multiple clickhouse containers in future if need be.
At least one instance each of Zookeeper and ClickHouse is needed.
thanks a lot, this helps.
Happy to help :slightly_smiling_face:
Purti
Tue, 04 Jul 2023 06:09:41 UTCHi Prashant, I am trying to set up external ClickHouse by following this doc:
I have installed ClickHouse on a linux VM but not as a cluster. Then in that case, I believe I dont need zookeeper. Please let me know if that is the correct understanding. TIA.