You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@skywalking.apache.org by GitBox <gi...@apache.org> on 2018/07/16 05:38:55 UTC

[GitHub] JaredTan95 commented on issue #1458: Connect elasticsearch faild.

JaredTan95 commented on issue #1458: Connect elasticsearch faild.
URL: https://github.com/apache/incubator-skywalking/issues/1458#issuecomment-405153062
 
 
   Elasticsearch client is the answer. I am using docker deployment es, you can refer to https://github.com/docker-library/elasticsearch/issues/162。If you are only one node, you must turn off the sniff feature.
   .put("client.transport.sniff", false)

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services