-
Notifications
You must be signed in to change notification settings - Fork 996
Fix index pattern data source reference not updated in sample data #6851
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
Fix index pattern data source reference not updated in sample data #6851
Conversation
Signed-off-by: Lin Wang <[email protected]>
❌ Empty Changelog SectionThe Changelog section in your PR description is empty. Please add a valid changelog entry or entries. If you did add a changelog entry, check to make sure that it was not accidentally included inside the comment block in the Changelog section. |
❌ Empty Changelog SectionThe Changelog section in your PR description is empty. Please add a valid changelog entry or entries. If you did add a changelog entry, check to make sure that it was not accidentally included inside the comment block in the Changelog section. |
1 similar comment
❌ Empty Changelog SectionThe Changelog section in your PR description is empty. Please add a valid changelog entry or entries. If you did add a changelog entry, check to make sure that it was not accidentally included inside the comment block in the Changelog section. |
d355b3c
to
45e3c18
Compare
❌ Changelog Entry Missing HyphenChangelog entries must begin with a hyphen (-). |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #6851 +/- ##
=======================================
Coverage 67.38% 67.38%
=======================================
Files 3443 3443
Lines 67795 67797 +2
Branches 11032 11033 +1
=======================================
+ Hits 45683 45688 +5
- Misses 19440 19486 +46
+ Partials 2672 2623 -49
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
…6851) * Fix index pattern data source reference not updated in sample data Signed-off-by: Lin Wang <[email protected]> * Changeset file for PR #6851 created/updated --------- Signed-off-by: Lin Wang <[email protected]> Co-authored-by: opensearch-changeset-bot[bot] <154024398+opensearch-changeset-bot[bot]@users.noreply.github.com> (cherry picked from commit eb3efa8) Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
…6851) (#6853) * Fix index pattern data source reference not updated in sample data * Changeset file for PR #6851 created/updated --------- (cherry picked from commit eb3efa8) Signed-off-by: Lin Wang <[email protected]> Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> Co-authored-by: opensearch-changeset-bot[bot] <154024398+opensearch-changeset-bot[bot]@users.noreply.github.com>
…pensearch-project#6851) * Fix index pattern data source reference not updated in sample data Signed-off-by: Lin Wang <[email protected]> * Changeset file for PR opensearch-project#6851 created/updated --------- Signed-off-by: Lin Wang <[email protected]> Co-authored-by: opensearch-changeset-bot[bot] <154024398+opensearch-changeset-bot[bot]@users.noreply.github.com>
Description
This PR is for fixing #6850 , there are two changes in this PR.
Issues Resolved
#6850
Screenshot
Now data source connection will be exists in index patterns list after sample data imported.
Testing the changes
yarn osd bootstrap
data_source.enabled: true
toconfig/opensearch_dashboards.yml
yarn start --no-base-path
start OSD serverChangelog
Check List
yarn test:jest
yarn test:jest_integration