kibana/x-pack/packages/kbn-slo-schema
Shahzad 2d36a14de9
[SLOs] Added unified search into form (#176496)
## Summary

Fixes https://github.com/elastic/kibana/issues/176276

Added unified search into form !!

Update schema to reflect new changes !!


<img width="1189" alt="image"
src="b1ba4da4-f23e-435c-8778-b819bc2ff7be">
2024-02-13 21:08:10 +01:00
..
src [SLOs] Added unified search into form (#176496) 2024-02-13 21:08:10 +01:00
index.ts feat(slo): new slo architecture (#172224) 2023-12-12 08:45:12 -05:00
jest.config.js chore(slo): Move slo schema into x-pack (#159594) 2023-06-14 08:53:57 -04:00
kibana.jsonc Update new codeowners for Obs team changes (#170182) 2023-11-08 14:30:17 +00:00
package.json chore(slo): Move slo schema into x-pack (#159594) 2023-06-14 08:53:57 -04:00
README.md chore(slo): Move slo schema into x-pack (#159594) 2023-06-14 08:53:57 -04:00
tsconfig.json feat(slo): new slo architecture (#172224) 2023-12-12 08:45:12 -05:00

@kbn/slo-schema

This shared package contains the io-ts schema definition for the observability SLO project. As well as the REST API schema specs and some common models that can be reused between public/ and server/, as the Duration model.