|
- {
- "bindings": [
- {
- "vhost": "/",
- "source": "from-low",
- "destination": "to-logstash",
- "destination_type": "queue",
- "routing_key": "",
- "arguments": {}
- }
- ],
- "exchanges": [
- {
- "name": "from-low",
- "vhost": "/",
- "type": "fanout",
- "durable": true,
- "auto_delete": false,
- "internal": false,
- "arguments": {}
- }
- ],
- "global_parameters": [],
- "parameters": [],
- "permissions": [
- {
- "configure": ".*",
- "read": ".*",
- "user": "guest",
- "vhost": "/",
- "write": ".*"
- },
- {
- "configure": "^to-logstash$",
- "read": "^to-logstash$",
- "user": "logstash",
- "vhost": "/",
- "write": "^$"
- },
- {
- "configure": "^$",
- "read": "^$",
- "write": "^from-low$",
- "user": "shovel",
- "vhost": "/"
- }
- ],
- "policies": [],
- "queues": [
- {
- "name": "to-logstash",
- "vhost": "/",
- "durable": true,
- "auto_delete": false,
- "arguments": {}
- }
- ],
- "rabbit_version": "3.11.0",
- "rabbitmq_version": "3.11.0",
- "topic_permissions": [],
- "users": [
- {
- "hashing_algorithm": "rabbit_password_hashing_sha256",
- "limits": {},
- "name": "logstash",
- "password_hash": "4U3iLR6025zaf1loUjUYZBqAqczafRLf5cTVy5jnSF1F1deW",
- "tags": []
- },
- {
- "hashing_algorithm": "rabbit_password_hashing_sha256",
- "limits": {},
- "name": "shovel",
- "password_hash": "Rd+zj6GaVUkJPevYVMYYrfPYRReUnYxtlsyDtvQN29VNK2va",
- "tags": []
- },
- {
- "hashing_algorithm": "rabbit_password_hashing_sha256",
- "limits": {},
- "name": "guest",
- "password_hash": "jr8pwUpOa/7R8s/DWI7lYIH7H21e5UhBFjGniiRxwyL4GvQ2",
- "tags": [
- "administrator"
- ]
- }
- ],
- "vhosts": [
- {
- "limits": [],
- "metadata": {
- "description": "Default virtual host",
- "tags": []
- },
- "name": "/"
- }
- ]
- }
|