-
Notifications
You must be signed in to change notification settings - Fork 10
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
filter processors for the add processor section #524
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 |
---|---|---|
@@ -1,25 +1,17 @@ | ||
{ | ||
"id": "flowFrameworkDashboards", | ||
"version": "2.19.0.0", | ||
"opensearchDashboardsVersion": "2.19.0", | ||
"opensearchDashboardsVersion": "2.18.0", | ||
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. Should leave as 2.19 |
||
"server": true, | ||
"ui": true, | ||
"requiredBundles": [], | ||
"requiredPlugins": [ | ||
"navigation", | ||
"opensearchDashboardsUtils" | ||
], | ||
"requiredPlugins": ["navigation", "opensearchDashboardsUtils"], | ||
"optionalPlugins": [ | ||
"dataSource", | ||
"dataSourceManagement", | ||
"contentManagement" | ||
], | ||
"supportedOSDataSourceVersions": ">=2.18.0 <4.0.0", | ||
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. similar to comment in prev PR, let's change this to 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. similar to comment in prev PR, let's change this to |
||
"requiredOSDataSourcePlugins": [ | ||
"opensearch-ml", | ||
"opensearch-flow-framework" | ||
], | ||
"configPath": [ | ||
"flowFrameworkDashboards" | ||
] | ||
} | ||
"requiredOSDataSourcePlugins": ["opensearch-ml", "opensearch-flow-framework"], | ||
"configPath": ["flowFrameworkDashboards"] | ||
} |
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.
Same comment as https://github.com/opensearch-project/dashboards-flow-framework/pull/522/files#r1879103177