codelibs/elasticsearch-dataformat

Support for ElasticSearch 2.2.0?

zdharmawan opened this issue · 5 comments

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

I'll work on it next week.

Could you check elasticsearch's log file?
It may not be a problem for es 2.2...

Thanks!
The cause is SecurityManager...
At the moment, the workaround is to set

security.manager.enabled : false

to elasticsearch.yml.

@marevol Thanks, it works now.