-
Notifications
You must be signed in to change notification settings - Fork 5
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
[BUG] Mapping issue with OpenSearch Gradle Check Metrics #39
Comments
[Triage] Create the temporary index
|
The related change is already merged opensearch-project/opensearch-build-libraries#434, we can close this once a new library version is released with the above PR change and once the Jenkins file is updated with the new released library. |
This issue is now resolved as the change has been included in the library release starting from version 6.5.0. |
What is the bug?
Today for OpenSearch Gradle Check Metrics, the publishGradleCheckTestResults.groovy is used to collect the gradle test failures from jenkins job and index to the metrics cluster. The index creation is done as
gradle-check-\$MONTH_YEAR
and wont create if the index already exists.With the new fields added (opensearch-project/OpenSearch#13786 and opensearch-project/opensearch-build#4719) in the gradle check workflow when indexing these fields to an already existing index and its own mapping, OpenSearch created the default index mapping. Now with this PR opensearch-project/opensearch-build-libraries#427 the field mappings that are added for the new fields which will take effect for the new index's broke the existing visualizations.
What is the expected behavior?
The visualizations in OpenSearch Gradle Check Metrics dashboard should load the latest data from index pattern created that match
gradle-check-\$MONTH_YEAR
.The text was updated successfully, but these errors were encountered: