Reason for asking for config is that even after using loadbalancer's name in 
kapacitor configuration, i see kapacitor wrote alert only in one of the two 
influxdbs and not the other when i have all /write/* going to relays.

Load balancer config (single load balancer for all influxdb stack):
/query/* --> influxdb1 and influxdb2 (one of the two will be used for query)
/write/* --> relays (sends to influxdb1/2/kapacitor)
/kapacitor/* --> kapacitor
/chronograf/* --> chronograf

My kapacitor config is:
[[influxdb]]
  enabled = true
  name = "influxdb-cluster"
  default = true
  urls = ["https://<loadbalancer>"]
  disable-subscriptions = true
  username = "<user>"
  password = "<passwd>"

So i am wondering if my chronograf or kapacitor setting is issue?
In chronograf i am using loadbalancer name as kapacitor endpoint
and the same loadbalancer name as influxdb endpoint
hoping that all API paths will fit in above loadbalancer routing configuration.

-- 
Remember to include the version number!
--- 
You received this message because you are subscribed to the Google Groups 
"InfluxData" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at https://groups.google.com/group/influxdb.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/influxdb/960cc397-e0cf-4c95-92fd-65a7418d6a0a%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to