Filip Pytloun | e93852a | 2016-08-03 16:42:42 +0200 | [diff] [blame] | 1 | influxdb: |
2 | server: | ||||
3 | enabled: true | ||||
4 | meta: | ||||
Martin Polreich | 2ebe40e | 2017-03-30 14:51:08 +0200 | [diff] [blame] | 5 | enabled: true |
Filip Pytloun | e93852a | 2016-08-03 16:42:42 +0200 | [diff] [blame] | 6 | bind: |
7 | address: 0.0.0.0 | ||||
8 | port: 8088 | ||||
9 | http_address: 0.0.0.0 | ||||
10 | http_port: 8091 | ||||
Martin Polreich | 2ebe40e | 2017-03-30 14:51:08 +0200 | [diff] [blame] | 11 | admin: |
12 | enabled: true | ||||
13 | bind: | ||||
14 | address: 0.0.0.0 | ||||
15 | port: 8081 | ||||
16 | http_address: 0.0.0.0 | ||||
17 | http_port: 8083 | ||||
Filip Pytloun | e93852a | 2016-08-03 16:42:42 +0200 | [diff] [blame] | 18 | cluster: |
19 | members: | ||||
20 | - host: idb01.local | ||||
21 | port: 8091 | ||||
22 | - host: idb02.local | ||||
23 | port: 8091 | ||||
24 | - host: idb03.local | ||||
25 | port: 8091 |