-
Notifications
You must be signed in to change notification settings - Fork 282
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
Added index-management and dashboard plugin to 2.3 manifest files #2593
Conversation
Signed-off-by: Angie Zhang <langelzh@amazon.com>
Signed-off-by: Angie Zhang <langelzh@amazon.com>
Hey @Angie-Zhang looks like conflicts still exits. Can you solve this? |
Signed-off-by: Angie Zhang <langelzh@amazon.com>
Codecov Report
@@ Coverage Diff @@
## main #2593 +/- ##
============================================
- Coverage 94.41% 91.66% -2.76%
Complexity 28 28
============================================
Files 219 63 -156
Lines 4462 288 -4174
Branches 29 29
============================================
- Hits 4213 264 -3949
+ Misses 243 18 -225
Partials 6 6 Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. |
manifests/2.3.0/opensearch-2.3.0.yml
Outdated
@@ -141,3 +141,10 @@ components: | |||
checks: | |||
- gradle:properties:version | |||
- gradle:dependencies:opensearch.version: alerting | |||
- name: index-management |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Indentation issue :)
# Conflicts: # manifests/2.3.0/opensearch-2.3.0.yml
Signed-off-by: Angie Zhang <langelzh@amazon.com>
Signed-off-by: Angie Zhang <langelzh@amazon.com>
Hi @Angie-Zhang I created another PR to move ahead #2594 |
Signed-off-by: Angie Zhang <langelzh@amazon.com>
Description
Added index-management and dashboard plugin to 2.3 manifest files
Issues Resolved
opensearch-project/index-management#481
opensearch-project/index-management-dashboards-plugin#242
Redirected from #2579
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.