Advertisement
Guest User

Untitled

a guest
Apr 20th, 2012
90
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.40 KB | None | 0 0
  1. {
  2. _index: "_river",
  3. _type: "testdb",
  4. _id: "_meta",
  5. _version: 2,
  6. exists: true,
  7. _source: {
  8. type: "couchdb",
  9. couchdb: {
  10. host: "hostip",
  11. port: 5984,
  12. db: "testdb",
  13. filter: null,
  14. user: "user",
  15. password: "pass"
  16. },
  17. index: {
  18. index: "testdb",
  19. type: "testdb",
  20. bulk_size: "100",
  21. bulk_timeout: "10ms"
  22. }
  23. }
  24. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement