I am turning on a single node instance (master+data) and trying to use logstash and I see this error:
log4j, [2014-05-08T16:11:05.571] ERROR: org.elasticsearch.gateway.local.state.meta: [logstash-ip-10-169-36-251-5993-4082] failed to read local state, exiting... org.elasticsearch.ElasticsearchIllegalStateException: node is not configured to store local location This is my elasticsearch.yml: cluster.name: elasticsearchtest node.name: "node1" node.master: true node.data: true index.number_of_replicas: 0 Any idea ? -- You received this message because you are subscribed to the Google Groups "elasticsearch" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/elasticsearch/6d2df641-8afb-4d9d-831f-7bf1ab801d8f%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
