-
Notifications
You must be signed in to change notification settings - Fork 30
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
[OpenSearch Playground] Build a welcome dashboard for Playground site #19
Comments
What's user experience looks like? What kind of stuff do we expected to demonstrate for machine learning and anomaly detection do we need to generate test data? how? who is going to generate that? could test data be refresh? |
@seraphjiang Added detail in the additional context above. |
why do we use functional test to generate example data. we should make a data generator utility and setup job schedule to run it regular per need. @Flyingliuhub @huyaboo what do you think? |
Yes. we can make a data generator utility, another option is that AD team's sample data already stored in the server side, we need to unzip the data and pre-configured the data via some cypress tests, like as create/configure detectors. We can implement playground site cypress tests, which calling API via admin access and pre-configure the sample. The main workflow will be that cypress test was scheduled daily/weekly
@seraphjiang @huyaboo , any comments ? |
Yes @Flyingliuhub that is what we covered on Tuesday. I do have a question as to what would need to be configured and how data would be changed if we were to use a data generator utility. |
There is no data generator utility right now. two options which I can think about:
|
@Flyingliuhub @huyaboo could we estimate what are effort to support? |
Is your feature request related to a problem?
There is no main custom dashboard to demonstrate OpenSearch Dashboards features, and we have multi-environment for playground site, like as preview.playground, reinvent.playground, observability.playground..etc. We need to build a custom dashboard page(Plugin) via deployment. it will allow each playground env have intro information.
What solution would you like?
We need to build a welcome dashboard page (plugin) to demonstrate OpenSearch Dashboards features and environment intro. It includes that our plugin and dashboards main features.
What alternatives have you considered?
None
Do you have any additional context?
We would like the build a welcome dashboard page(plugin), and it contains a custom dashboard which provide intro information for the environment and features.
The text was updated successfully, but these errors were encountered: