Advertisement
Guest User

Untitled

a guest
Mar 21st, 2017
129
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.55 KB | None | 0 0
  1. {
  2. "type" : "jdbc",
  3. "jdbc" : {
  4. "password" : "******",
  5. "user" : "root",
  6. "url" : "jdbc:mysql://localhost:3306/mydb",
  7. "sql" : [ {
  8. "statement" : "world.sql"
  9. } ],
  10.  
  11. "elasticsearch" : {
  12. "host" : "localhost",
  13. "cluster" : "elasticsearch",
  14. "port" : "9300"
  15. },
  16. "index" : "world",
  17. "statefile" : "world-importer-config.json",
  18. "metrics" : {
  19. "lastexecutionstart" : "2017-03-10T10:46:47.175Z",
  20. "lastexecutionend" : "2017-03-10T11:20:22.865Z",
  21. "counter" : "10"
  22. },
  23. "type" : "world"
  24.  
  25. }
  26. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement