You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, just leaving a quick note here, I upgraded my cluster to ES 6.2.2 yesterday and found out that the index creation function was failing to create the index with "error unknown", after a quick review of the code and ES output I fixed it by changing the content type on the http header to 'application/json'. I didn't have the time to confirm if there are any side-effects but the data seems to be flowing to ES just fine.
Hello @DavidFlamini, thanks for reporting this.
I fixed it in master.
I'm also adding some Docker based tests on TravisCI ("tests" branch currently); unfortunately it seems that ES staff don't want to support the latesttag on their Docker images (elastic/elasticsearch-docker/issues/84), otherwise it would have been easier to automate this kind of testing and to get a notification as soon as things break in case of new release.
Hi, just leaving a quick note here, I upgraded my cluster to ES 6.2.2 yesterday and found out that the index creation function was failing to create the index with "error unknown", after a quick review of the code and ES output I fixed it by changing the content type on the http header to 'application/json'. I didn't have the time to confirm if there are any side-effects but the data seems to be flowing to ES just fine.
Here's the http function for reference.
The text was updated successfully, but these errors were encountered: