Here is what I would like to do:
I'm using RabbitMQ VHosts to break out different projects workflow, each vhosts has it's own logs exchange/queue, which Graylogs consumes from.
The problem is Graylogs can only configure one AMQP server and/or VHost.
What I'm looking for is a workaround by either:
- Have RabbitMQ forward messages from one VHost (A) to another VHost (B)
- Configure Graylogs for Multiple RabbitMQ VHosts
- Configure ElasticSearch for Multiple RabbitMQ VHosts
- other suggestions
So any of the above would be great or some insight as to solving my problem. I know I could just use the same VHost but that's another issue all in itself.
Update:
Looks like the #1 option is a no go
Looks like option #1 might be accomplished with the Shovel Plugin as @Jeremy has posted