You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

111 lines
2.8KB

  1. {
  2. "bindings": [
  3. {
  4. "vhost": "/",
  5. "source": "logstash",
  6. "destination": "to-high",
  7. "destination_type": "queue",
  8. "routing_key": "",
  9. "arguments": {}
  10. }
  11. ],
  12. "exchanges": [
  13. {
  14. "name": "logstash",
  15. "vhost": "/",
  16. "type": "fanout",
  17. "durable": true,
  18. "auto_delete": false,
  19. "internal": false,
  20. "arguments": {}
  21. }
  22. ],
  23. "global_parameters": [],
  24. "parameters": [
  25. {
  26. "value": {
  27. "src-uri": "amqp://shovel:shovel@localhost",
  28. "src-queue": "to-high",
  29. "dest-uri": "amqp://shovel:shovel@high-transfer",
  30. "dest-exchange": "from-low",
  31. "ack-mode": "on-confirm",
  32. "delete-after": "never"
  33. },
  34. "vhost": "/",
  35. "component": "shovel",
  36. "name": "shovel-low-high"
  37. }
  38. ],
  39. "permissions": [
  40. {
  41. "configure": ".*",
  42. "read": ".*",
  43. "user": "guest",
  44. "vhost": "/",
  45. "write": ".*"
  46. },
  47. {
  48. "configure": "^logstash$",
  49. "read": "^$",
  50. "user": "logstash",
  51. "vhost": "/",
  52. "write": "^logstash$"
  53. },
  54. {
  55. "configure": "^$",
  56. "read": "^to-high$",
  57. "write": "^$",
  58. "user": "shovel",
  59. "vhost": "/"
  60. }
  61. ],
  62. "policies": [],
  63. "queues": [
  64. {
  65. "name": "to-high",
  66. "vhost": "/",
  67. "durable": true,
  68. "auto_delete": false,
  69. "arguments": {}
  70. }
  71. ],
  72. "rabbit_version": "3.11.0",
  73. "rabbitmq_version": "3.11.0",
  74. "topic_permissions": [],
  75. "users": [
  76. {
  77. "hashing_algorithm": "rabbit_password_hashing_sha256",
  78. "limits": {},
  79. "name": "logstash",
  80. "password_hash": "xgcwpKociAT+8XH28TN8kSGyJCzdRQ7yGx07EC59uqVJDGRo",
  81. "tags": []
  82. },
  83. {
  84. "hashing_algorithm": "rabbit_password_hashing_sha256",
  85. "limits": {},
  86. "name": "shovel",
  87. "password_hash": "lVd8P66d7wg2DI88eFbIFry2C6uoHciL5GhacyR2LLd7YrSM",
  88. "tags": []
  89. },
  90. {
  91. "hashing_algorithm": "rabbit_password_hashing_sha256",
  92. "limits": {},
  93. "name": "guest",
  94. "password_hash": "V+I16wJVwnhij+/3MW7AXFkSwh41KRRRewc1rT1I2x6HEIqU",
  95. "tags": [
  96. "administrator"
  97. ]
  98. }
  99. ],
  100. "vhosts": [
  101. {
  102. "limits": [],
  103. "metadata": {
  104. "description": "Default virtual host",
  105. "tags": []
  106. },
  107. "name": "/"
  108. }
  109. ]
  110. }