Guest User

Untitled

a guest
Sep 14th, 2018
114
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.52 KB | None | 0 0
  1. {
  2. _index: _river
  3. _type: logstash
  4. _id: _meta
  5. _version: 1
  6. _score: 1
  7. _source: {
  8. type: rabbitmq
  9. rabbitmq: {
  10. host: rabbit.myhost.net
  11. port: 5672
  12. user: user
  13. pass: pass
  14. vhost: /events
  15. queue: elasticsearch
  16. exchange: logstash
  17. routing_key: events.indexed.#
  18. exchange_type: topic
  19. exchange_durable: false
  20. queue_durable: false
  21. queue_auto_delete: false
  22. }
  23. index: {
  24. bulk_size: 100
  25. bulk_timeout: 10ms
  26. ordered: false
  27. }
  28. }
  29. }
Add Comment
Please, Sign In to add comment