Maxim Palenov
Maxim Palenov
**Addresses:** https://github.com/elastic/kibana/issues/183019 ## Summary This PR implements Security Solution OAS per domain automatic bundling by including it into PR's build pipeline. Result bundles are valid OAS and written into `x-pack/plugins/security_solution/docs/openapi/`...
**Resolves:** https://github.com/elastic/kibana/issues/187199 ## Summary This PR fixes displaying related integration status for rules referring packages with a single integration. A good example is `Web Application Suspicious Activity: Unauthorized Method` rule...
**Addresses:** https://github.com/elastic/kibana/issues/183661 ## Summary This PR adds missing OpenAPI specs for the following Detections API endpoints available in both Serverless and ESS - `POST /api/detection_engine/rules/preview` and the following API endpoints...
**Relates to:** https://github.com/elastic/kibana/issues/173595 ## Summary Integration status isn't shown for some prebuilt rules, e.g. `Web Application Suspicious Activity: Unauthorized Method`. The rule has `APM` related integration but it's status isn't...
**Resolves:** https://github.com/elastic/kibana/issues/188897 **Reiteration of:** https://github.com/elastic/kibana/pull/189986 ## Summary This PR implements explicit restriction on enums with opaque default value since it could lead to subtle bugs. Default value should be specified...
**Partially addresses:** https://github.com/elastic/kibana/issues/171520 ## Summary This PR adds is built on top of https://github.com/elastic/kibana/pull/193828 and add a Data Source editable component for final edit side of Three Way Diff tab...
**Addresses:** https://github.com/elastic/kibana/issues/223446 ## Summary This PR fixes an issue when time duration normalized to day(s) is shown as 0 seconds. The fix is performed by allowing using days time unit...