Advertisement
Guest User

Untitled

a guest
Jul 17th, 2019
89
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.02 KB | None | 0 0
  1. {
  2. "name" : "H1YDvcg",
  3. "cluster_name" : "elasticsearch_jwan",
  4. "cluster_uuid" : "aAorzRYTQPOI0j_OgMGKpA",
  5. "version" : {
  6. "number" : "6.8.1",
  7. "build_flavor" : "oss",
  8. "build_type" : "tar",
  9. "build_hash" : "1fad4e1",
  10. "build_date" : "2019-06-18T13:16:52.517138Z",
  11. "build_snapshot" : false,
  12. "lucene_version" : "7.7.0",
  13. "minimum_wire_compatibility_version" : "5.6.0",
  14. "minimum_index_compatibility_version" : "5.0.0"
  15. },
  16. "tagline" : "You Know, for Search"
  17. }
  18.  
  19. docker run -e DATALOADER_QUEUE='<some aws SQS queue name'
  20. -e ES_HOST='localhost'
  21. -e ES_PORT='9200'
  22. -e AWS_ACCESS_KEY_ID='<somekey>'
  23. -e AWS_SECRET_ACCESS_KEY='<somekey>'
  24. -e AWS_DEFAULT_REGION='us-west-2'
  25. <application name>
  26.  
  27. requests.exceptions.ConnectionError: HTTPConnectionPool(host='localhost', port=9200): Max retries exceeded with url: /person/_search (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f36e4189c90>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement