elasticsearch-river-web
elasticsearch-river-web copied to clipboard
None of the configured nodes are available
I'm using elasticsearch 2.3.2 and river-web-2.0.2-20160503.134020-35. When I start riverewb, riverewb shows error and no index are created. Can you help?
$ curl -XGET 'localhost:9200'
{
"name" : "Mephisto",
"cluster_name" : "elasticsearch",
"version" : {
"number" : "2.3.2",
"build_hash" : "b9e4a6acad4008027e4038f6abed7f7dba346f94",
"build_timestamp" : "2016-04-21T16:03:47Z",
"build_snapshot" : false,
"lucene_version" : "5.5.0"
},
"tagline" : "You Know, for Search"
}
config/riverweb.properties
lasta_di.smart.deploy.mode = warm
# Elasticsearch
elasticsearch.hosts=localhost:9300
# Config Index
config.index=.river_web
config.type=config
queue.type=queue
$ ./bin/riverweb --config-id my_web --cluster-name elasticsearch --cleanup
None of the configured nodes are available: [{#transport#-1}{127.0.0.1}{localhost/127.0.0.1:9300}]
Could you check a log file in logs directory?