We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
When creating aliases it returns successful but actually creates an index instead.
resp, err := b.openSearch.Indices.Alias.Put(context.Background(), opensearchapi.AliasPutReq{ Alias: alias, }) b.logger.Info("Created alias", slog.Any("response", resp)) return err
An alias is created
osx
The text was updated successfully, but these errors were encountered:
Want to try and write a (failing) test + fix for this @vrecan?
Sorry, something went wrong.
No branches or pull requests
What is the bug?
When creating aliases it returns successful but actually creates an index instead.
How can one reproduce the bug?
What is the expected behavior?
An alias is created
What is your host/environment?
osx
Do you have any screenshots?
Do you have any additional context?
The text was updated successfully, but these errors were encountered: