elastic / kibana

Your window into the Elastic Stack
https://www.elastic.co/products/kibana
Other
19.78k stars 8.19k forks source link

[ResponseOps][Rules] Move the params of stack monitoring rule types to the @kbn/response-ops-rule-params package - part 1 #195192

Open cnasikas opened 4 days ago

cnasikas commented 4 days ago

Towards https://github.com/elastic/kibana/issues/187356 we should move the parameters of the stack monitoring rule types to the @kbn/response-ops-rule-params package.

Blocked by: https://github.com/elastic/kibana/issues/195183

### DoD
- [ ] Move CCR read exceptions rule type params to the new package.
- [ ] Move cluster health rule type params to the new package.
- [ ] Move CPU usage rule type params to the new package.
- [ ] Move disk usage rule type params to the new package.
- [ ] Move ES version mismatch type params to the new package.
- [ ] Move Kibana version mismatch rule type params to the new package.
- [ ] Move license expiration threshold rule type params to the new package.
- [ ] The rule types should use the schema from the package.
elasticmachine commented 4 days ago

Pinging @elastic/response-ops (Team:ResponseOps)