How to setup influx db cluster

influxdb supports clustering. but I could not find how to setup a cluster.

finally I found this mail and that is work.

How to

When you want to clustering up, edit your config.toml.

  1. For the first node, commented out the seed-servers line

  2. For the later nodes, set the first node address to the seed-servers like this

    seed-servers = ["(FIRST_NODE_IP_ADDRESS):8090"]
    

That's all. After the cluster is up successfully, you can find these servers in "Cluster" menu on these node's Web UI.