Advertisement
Guest User

Untitled

a guest
Oct 24th, 2014
129
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.31 KB | None | 0 0
  1. curl -XPUT "http://localhost:9200/_river/mybooks/_meta" -d' {
  2. "type": "jdbc",
  3. "jdbc": {
  4. "url": "jdbc:mysql://srvweb04:3306/teste",
  5. "user": "root",
  6. "password": "p0rt4l",
  7. "index": "booktown",
  8. "type": "books",
  9. "sql": "select * from teste",
  10. "schedule" : "0/10 * * ? * *"
  11. }
  12. }'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement