当我看到所有订阅都涌入时,kapacitor似乎在所有部分都已连接,但是当我运行kapacitor stats ingress
时,它仅显示来自一个数据库的信息。它似乎没有从其他数据库中恢复信息。我在做什么错了?
这是我涌入的kapacitor配置:
[[influxdb]]
# Connect to an InfluxDB cluster
# Kapacitor can subscribe, query and write to this cluster.
# Using InfluxDB is not required and can be disabled.
enabled = true
default = true
name = "localhost"
urls = ["http://localhost:8086"]
username = "miusername"
password = "mipassword"
timeout = "5s"