Du kannst nicht mehr als 25 Themen auswählen Themen müssen entweder mit einem Buchstaben oder einer Ziffer beginnen. Sie können Bindestriche („-“) enthalten und bis zu 35 Zeichen lang sein.

97 Zeilen
2.4KB

  1. {
  2. "bindings": [
  3. {
  4. "vhost": "/",
  5. "source": "from-low",
  6. "destination": "to-logstash",
  7. "destination_type": "queue",
  8. "routing_key": "",
  9. "arguments": {}
  10. }
  11. ],
  12. "exchanges": [
  13. {
  14. "name": "from-low",
  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. "permissions": [
  26. {
  27. "configure": ".*",
  28. "read": ".*",
  29. "user": "guest",
  30. "vhost": "/",
  31. "write": ".*"
  32. },
  33. {
  34. "configure": "^to-logstash$",
  35. "read": "^to-logstash$",
  36. "user": "logstash",
  37. "vhost": "/",
  38. "write": "^$"
  39. },
  40. {
  41. "configure": "^$",
  42. "read": "^$",
  43. "write": "^from-low$",
  44. "user": "shovel",
  45. "vhost": "/"
  46. }
  47. ],
  48. "policies": [],
  49. "queues": [
  50. {
  51. "name": "to-logstash",
  52. "vhost": "/",
  53. "durable": true,
  54. "auto_delete": false,
  55. "arguments": {}
  56. }
  57. ],
  58. "rabbit_version": "3.11.0",
  59. "rabbitmq_version": "3.11.0",
  60. "topic_permissions": [],
  61. "users": [
  62. {
  63. "hashing_algorithm": "rabbit_password_hashing_sha256",
  64. "limits": {},
  65. "name": "logstash",
  66. "password_hash": "4U3iLR6025zaf1loUjUYZBqAqczafRLf5cTVy5jnSF1F1deW",
  67. "tags": []
  68. },
  69. {
  70. "hashing_algorithm": "rabbit_password_hashing_sha256",
  71. "limits": {},
  72. "name": "shovel",
  73. "password_hash": "Rd+zj6GaVUkJPevYVMYYrfPYRReUnYxtlsyDtvQN29VNK2va",
  74. "tags": []
  75. },
  76. {
  77. "hashing_algorithm": "rabbit_password_hashing_sha256",
  78. "limits": {},
  79. "name": "guest",
  80. "password_hash": "jr8pwUpOa/7R8s/DWI7lYIH7H21e5UhBFjGniiRxwyL4GvQ2",
  81. "tags": [
  82. "administrator"
  83. ]
  84. }
  85. ],
  86. "vhosts": [
  87. {
  88. "limits": [],
  89. "metadata": {
  90. "description": "Default virtual host",
  91. "tags": []
  92. },
  93. "name": "/"
  94. }
  95. ]
  96. }