Derek Ho
Derek Ho
**Is your feature request related to a problem?** Doctest and Integration tests are disabled for now in windows and macos builds, due to some problems with startup scripts and enviornments....
**Describe the bug** Adding a dependency on @opensearch-dashboards-test/opensearch-dashboards-test-library is causing bootstrap issues for dashboards maps plugin. It seems that this dependency was introduced in this PR: https://github.com/opensearch-project/OpenSearch-Dashboards/pull/5725. When bootstrapping the...
This issue is to discuss why for the multiple datasources feature the local cluster's id is ``` '' ```. When implementing multiple datasources support for the security plugin, we realized...
Currently, the selected datasource is not a global concept. This means that each plugin has to manage its own selected datasource, which can be done either via session/local storage, internally...
Security Dashboards is tightly following Elastic's ECS schema - if we have an integration for ECS it will help with security analytics integration use case, as well as folks who...
Blog: Trace analytics with OpenSearch and Jaeger As organizations evolve their software architectures towards microservices-based architectures, the operational data generated by those applications has become increasingly large and complex. Due...
**Is your feature request related to a problem?** Support Fluent bit in trace analytics and app analytics **What solution would you like?** We need to align on a schema to...
**Is your feature request related to a problem?** Ran into a gyp error when building on mac, so disabled CI for now... this should be enabled at a later time...
**Is your feature request related to a problem?** A clear and concise description of what the problem is, e.g. _I'm always frustrated when [...]_ **What solution would you like?** A...
Ci only runs gradle build and does not test the plugin installation. Suggest adding something along the lines of: https://github.com/opensearch-project/ml-commons/blob/main/.github/workflows/CI-workflow.yml#L52-L60C52 Thanks.