-
Notifications
You must be signed in to change notification settings - Fork 294
update search and observability plugins #882
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
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -16,4 +16,19 @@ components: | |
- name: securityDashboards | ||
repository: https://github.com/opensearch-project/security-dashboards-plugin.git | ||
ref: "main" | ||
- name: queryWorkbenchDashboards | ||
repository: https://github.com/opensearch-project/sql.git | ||
working_directory: workbench | ||
ref: "1.2" | ||
- name: reportsDashboards | ||
repository: https://github.com/opensearch-project/dashboards-reports.git | ||
working_directory: dashboards-reports | ||
ref: "1.2" | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Same as above but: opensearch-project/reporting#203 |
||
- name: traceAnalyticsDashboards | ||
repository: https://github.com/opensearch-project/trace-analytics.git | ||
ref: "1.2" | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Same as above but: opensearch-project/observability#189 |
||
- name: ganttChartDashboards | ||
repository: https://github.com/opensearch-project/dashboards-visualizations | ||
working_directory: gantt-chart | ||
ref: "1.2" | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. This was is all good! |
||
schema-version: '1.0' |
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.
ref
refers to the git branch. It will fail if the "1.2" branch doesn't exist so most likely this will bemain
until the repo cuts a1.2
branch. Also there is a PR to bump this up: opensearch-project/sql#254. This PR will need to be merged before we can add it to the manifest.