-
Notifications
You must be signed in to change notification settings - Fork 125
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Index options not picked up #29
Comments
Thanks for the question. There's a good chance that the ES options have changed over time, this repo probably hasn't caught up with how things are done these days. |
It works fine on old ES (tried 5.5 first). On the new ES (7.2), with the index not being there, so it should create a new one, the output is (added printing the HTTP Error exception, hence HTTP 400):
|
The refresh option is not available in ES 7 and the scheme require new index field.
|
That's a great find @tuapuikia - could you open a PR? |
@tuapuikia According to the reference of Create index API, the index field is optional for both 6.x and 7.x version. |
Hi,
I'm trying to override the index config defaults using the below:
However it seems to ignore the options for shards & replicas
Can you confirm that this is working? Am I missing something?
The text was updated successfully, but these errors were encountered: