Support for ElasticSearch 2.2.0?
zdharmawan opened this issue · 5 comments
zdharmawan commented
Hi all,
I tried the 2.1.1 version of the plugins on ElasticSearch 2.2.0. It gives me this erros:
{"error":{"root_cause":[{"type":"df_content_exception","reason":"Failed to write data."}],"type":"df_content_exception","reason":"Failed to write data.","caused_by":{"type":"df_content_exception","reason":"Disconnected."}},"status":500}
When are you going to support ES 2.2.0? Thanks.
Regards,
Zul
marevol commented
I'll work on it next week.
marevol commented
Could you check elasticsearch's log file?
It may not be a problem for es 2.2...
zdharmawan commented
Exception thrown:
https://gist.github.com/zdharmawan/d9367e3e42a5b77be3b9
marevol commented
Thanks!
The cause is SecurityManager...
At the moment, the workaround is to set
security.manager.enabled : false
to elasticsearch.yml.
zdharmawan commented
@marevol Thanks, it works now.