Advertisement
Guest User

Untitled

a guest
Oct 8th, 2018
95
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.58 KB | None | 0 0
  1. > # Conectar ao Elastic (usar VPN)
  2. > connect(
  3. + es_host = "146.134.240.111",
  4. + es_port = 9200,
  5. + es_transport_schema = "http",
  6. + es_user = "raphaelsaldanha",
  7. + es_pwd = "minha_senha"
  8. + )
  9. transport: http
  10. host: 146.134.240.111
  11. port: 9200
  12. path: NULL
  13. username: raphaelsaldanha
  14. password: <secret>
  15. errors: simple
  16. headers (names): NULL
  17. >
  18. >
  19. >
  20. > docs_bulk(
  21. + x = df,
  22. + index = "pmm_empilhado"
  23. + )
  24. |== | 2%
  25. Error: 401 - Access Denied
  26.  
  27. >
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement