Skip to content
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 Fixes in Snapshot Policy: Schedule Editing and Index Expression Display #1207

Merged

Conversation

skumawat2025
Copy link
Contributor

@skumawat2025 skumawat2025 commented Nov 6, 2024

Description

Resolves: #947
This pull request addresses two significant bugs in the snapshot policy functionality:

Schedule Editing Bug:
Fixed an issue where users were unable to modify the snapshot schedule time during policy editing.
Users can now successfully update the snapshot timing as needed.

Index Expression Display Bug:
Resolved a problem where entered index expressions were not displaying correctly, and no snapshots were happening for that policy with correct indices.
The snapshot details page now properly shows the index expressions as strings, replacing the previous [Object][Object] display. Snapshot's are taking place with correct indices.
This fix ensures that users can accurately view and verify their index selections.

Testing:

Verified that snapshot schedule times can be edited and saved correctly.
Confirmed that index expressions are now displayed properly in all relevant sections of the UI.

Issues Resolved

[List any issues this PR will resolve]

Check List

  • Commits are signed per the DCO using --signoff

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
For more information on following Developer Certificate of Origin and signing off your commits, please check here.

@SuZhou-Joe SuZhou-Joe merged commit 657a699 into opensearch-project:main Nov 6, 2024
12 checks passed
opensearch-trigger-bot bot pushed a commit that referenced this pull request Nov 6, 2024
…isplay (#1207)

Signed-off-by: Sandeep Kumawat <[email protected]>
Co-authored-by: Sandeep Kumawat <[email protected]>
(cherry picked from commit 657a699)
Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[BUG] Dashboards - Snapshot policies - not able to change snapshot schedule time
3 participants