overture-stack / rollcall

A service for managing indices and aliases in an elasticsearch cluster
GNU Affero General Public License v3.0
0 stars 1 forks source link

BUG: indexSetting not working in indices/create endpoint #45

Closed Buwujiu closed 3 years ago

Buwujiu commented 3 years ago

endpoint POST /indices/create createResolvableIndex accepts a parameter indexSetting to modify elasticsearch index settings, but currently after passing a value, newly created index does not reflect settings.

rosibaj commented 3 years ago

Tested Nove 02, 2020

But it did not index on the dashboard. image

rosibaj commented 3 years ago

Moving back to In progress until the issue above can be resolved.

Buwujiu commented 3 years ago

Turns out the issue is related to a pre-existing bug in rollcall, fix is here: https://github.com/overture-stack/rollcall/pull/49

from Minh: this ticket was created to track the fix: https://github.com/overture-stack/rollcall/issues/51