codelibs / elasticsearch-river-web

Web Crawler for Elasticsearch
Apache License 2.0
234 stars 57 forks source link

Website indexation on AWS Elasticsearch service #123

Open femat opened 8 years ago

femat commented 8 years ago

Indexing websites to local instance of elastic works well, but if I try to apply the same configuration to an instance managed by amazon it does not index anything and it is not showing any errors in console or log files.

Log files just show INFO Connected to xzxzxzxzxzxzxzxzxzxzxzxzxzx.es.amazonaws.com:9300

marevol commented 8 years ago

Check riverweb.log after changing to DEBUG level in log4j.xml

<priority value="debug" />

and also check elasticsearch log file.

femat commented 8 years ago

It seems like AWS Elasticsearch service supports HTTP on port 80, but does not support TCP transport.