mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 17:59:23 -04:00
## Summary Related issue to [add ability to insert "Single Metric Viewer" into a dashboard](https://github.com/elastic/kibana/issues/173555) This PR adds the single metric viewer as an embeddable that can be added to dashboards. ### NOTE FOR TESTING: This PR relies on the SMV fix for 'metric' jobs https://github.com/elastic/kibana/pull/176354 If that fix has not been merged, you will need to find `getAnomalyRecordsSchema` definition and add `functionDescription: schema.maybe(schema.nullable(schema.string())),` to it for local testing. ### Screenshots of feature <img width="698" alt="image" src=" |
||
---|---|---|
.. | ||
aggregation_types.ts | ||
anomaly_severity.ts | ||
anomaly_severity_types.ts | ||
anomaly_threshold.ts | ||
anomaly_utils.test.ts | ||
anomaly_utils.ts | ||
constants.ts | ||
custom_urls.ts | ||
detector_rule.ts | ||
es_client.ts | ||
field_types.ts | ||
fields.ts | ||
get_formatted_severity_score.ts | ||
get_severity.test.ts | ||
get_severity.ts | ||
get_severity_color.test.ts | ||
get_severity_color.ts | ||
get_severity_type.ts | ||
index.ts | ||
jest.config.js | ||
kibana.jsonc | ||
package.json | ||
README.md | ||
severity_colors.ts | ||
tsconfig.json | ||
types.ts |
@kbn/ml-anomaly-utils
Utility functions, constants and types for Machine Learning's Anomaly Detection.