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
_aliases
When alias added in index mapping, the following is the error.
Failed to create index. Error message: {"error":{"root_cause":[{"type":"mapper_parsing_exception","reason":"Root mapping definition has unsupported parameters: [aliases : {opensearch-integration-test-results={}}]"}],"type":"mapper_parsing_exception","reason":"Failed to parse mapping [_doc]: Root mapping definition has unsupported parameters: [aliases : {opensearch-integration-test-results={}}]","caused_by":{"type":"mapper_parsing_exception","reason":"Root mapping definition has unsupported parameters: [aliases : {opensearch-integration-test-results={}}]"}},"status":400}
Impacted Libraries https://github.com/opensearch-project/opensearch-build-libraries/blob/main/vars/publishGradleCheckTestResults.groovy https://github.com/opensearch-project/opensearch-build-libraries/blob/main/vars/publishIntegTestResults.groovy https://github.com/opensearch-project/opensearch-build-libraries/blob/main/vars/publishDistributionBuildResults.groovy
No response
The text was updated successfully, but these errors were encountered:
7.2.0
Closing this issue and bug fix has been pushed in 7.2.0 library version. Sample build https://build.ci.opensearch.org/job/integ-test/8840/console which updates the alias when the index is created for the 1st time. Thank you @getsaurabh02 @gaiksaya
Sorry, something went wrong.
prudhvigodithi
No branches or pull requests
Describe the bug
When alias added in index mapping, the following is the error.
To reproduce
Additional context
Impacted Libraries
https://github.com/opensearch-project/opensearch-build-libraries/blob/main/vars/publishGradleCheckTestResults.groovy
https://github.com/opensearch-project/opensearch-build-libraries/blob/main/vars/publishIntegTestResults.groovy
https://github.com/opensearch-project/opensearch-build-libraries/blob/main/vars/publishDistributionBuildResults.groovy
Relevant log output
No response
The text was updated successfully, but these errors were encountered: