influxdb-storage-exchange
influxdb-storage-exchange copied to clipboard
Problem with configuration via rabbitmq.config
I have an issue configuring via rabbitmq.config, I think the format is wrong in the README. I have tried the following format instead, RabbitMQ starts with this but I get a connection error when I try and setup my exchange
[{influxdb_storage_exchange, [ {scheme, "http"}, {host, "myserver"}, {port, 8086}, {dbname, "rabbitmq"}, {user, "rabbitmq"}, {password, "influxdb"}, ]} ].
I'm in the same situation. Rabbit starts without any warning or error, but when I try to create a exchange the web ui throws me "506 x-influxdb-storage validation failure: 404 page not found".