curated_compose/docker/signoz/clickhouse/config.d/cluster.xml

21 lines
512 B
XML
Raw Normal View History

2026-06-16 12:19:45 -04:00
<?xml version="1.0"?>
<clickhouse>
<zookeeper>
<node index="1">
2026-06-16 13:44:21 -04:00
<host>zookeeper-1</host>
2026-06-16 12:19:45 -04:00
<port>2181</port>
</node>
</zookeeper>
<remote_servers>
<cluster>
<shard>
2026-06-16 12:59:04 -04:00
<internal_replication>true</internal_replication>
2026-06-16 12:19:45 -04:00
<replica>
<host>clickhouse</host>
<port>9000</port>
</replica>
</shard>
</cluster>
</remote_servers>
</clickhouse>