influxdb-storage-exchange icon indicating copy to clipboard operation
influxdb-storage-exchange copied to clipboard

Problem with configuration via rabbitmq.config

Open beaspider opened this issue 10 years ago • 1 comments

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"}, ]} ].

beaspider avatar Jan 07 '15 00:01 beaspider

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".

GenisO avatar Nov 17 '15 10:11 GenisO