-
Notifications
You must be signed in to change notification settings - Fork 57
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
[Feature] Enable ppl visualization in Chatbot #1304
[Feature] Enable ppl visualization in Chatbot #1304
Conversation
Signed-off-by: SuZhou-Joe <[email protected]>
Signed-off-by: SuZhou-Joe <[email protected]>
Signed-off-by: SuZhou-Joe <[email protected]>
37c5ec6
to
51ab4aa
Compare
Signed-off-by: SuZhou-Joe <[email protected]>
@joshuali925 @anirudha Would you mind taking a look on this PR? |
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.
minor comment, thanks
* It will gives an type error when dashboards-assistant is not installed so add a ts-ignore to suppress the error. | ||
*/ | ||
// @ts-ignore | ||
export type { AssistantSetup } from "../../dashboards-assistant/public"; |
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.
also add this to
dashboards-observability/public/types.ts
Lines 23 to 29 in 1f9cc08
export interface SetupDependencies { | |
embeddable: EmbeddableSetup; | |
visualizations: VisualizationsSetup; | |
data: DataPublicPluginSetup; | |
uiActions: UiActionsStart; | |
managementOverview?: ManagementOverViewPluginSetup; | |
} |
assistantDashboards?: AssistantSetup;
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.
Sure, done for this.
Signed-off-by: SuZhou-Joe <[email protected]>
Signed-off-by: SuZhou-Joe <[email protected]>
One more approval is needed, can anyone help to review please? |
maybe @paulstn? could you help to review |
@joshuali925 , could you please add |
Signed-off-by: SuZhou-Joe <[email protected]> (cherry picked from commit 1110e0c) Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
(cherry picked from commit 1110e0c) Signed-off-by: SuZhou-Joe <[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>
…roject#1342) The dashboard has references to an old path that does not exist anymore: `plugins/opensearch-security/securityconfig/config.yml`. It was replaced by `config/opensearch-security/config.yml` in this commit: opensearch-project/security@b44d7ea Fix the last occurences of `plugins/opensearch-security/securityconfig`. Signed-off-by: Romain Tartière <[email protected]> Co-authored-by: Stephen Crawford <[email protected]> (cherry picked from commit 82c27c7c235a3f075e697d566b6fe3c97f4fdcbd) Co-authored-by: Romain Tartière <[email protected]> Co-authored-by: Craig Perkins <[email protected]>
… (opensearch-project#1374) (cherry picked from commit 1110e0c) Signed-off-by: SuZhou-Joe <[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> (cherry picked from commit d9bd287)
Description
Enable ppl_visualization with Chatbot.
Issues Resolved
[List any issues this PR will resolve]
Check List
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.