mirror of
https://github.com/elastic/kibana.git
synced 2025-04-22 08:49:27 -04:00
## Summary We want to allow rule executors to report warnings back to the framework and have them show up in the stack management UI. We currently have a mechanism for this that is used by detection rules but they handle how to show the warning in their custom UI so the warning does not appear in the stack management UI. This PR adds a new value to the allow list of "warning reasons". This should not warrant a schema version bump because it is a new value for an existing enum but we need to do an intermediate release so the new schema is recognized before we start setting it anywhere. This PR is just for schema changes. PR that uses these schema changes can be found here: https://github.com/elastic/kibana/pull/189312 --------- Co-authored-by: kibanamachine <42973632+kibanamachine@users.noreply.github.com> Co-authored-by: Elastic Machine <elasticmachine@users.noreply.github.com> |
||
---|---|---|
.. | ||
examples | ||
output | ||
overlays | ||
scripts | ||
.spectral.yaml | ||
bundle.json | ||
bundle.serverless.json | ||
kibana.info.serverless.yaml | ||
kibana.info.yaml | ||
makefile | ||
README.md |
The bundle.json
and bundle.serverless.json
files are generated automatically.
See node scripts/capture_oas_snapshot --help
for more info.
The output/kibana.serverless.yaml
and output/kibana.yaml
files join some manually-maintained files with the automatically generated files.
To add integrate more files into this bundle, edit the appropriate oas_docs/scripts/merge*.js
files.
To generate the bundled files, run make api-docs
(or make api-docs-serverless
and make api-docs-stateful
).
To lint them, run make api-docs-lint
(or make api-docs-lint-serverless
and make api-lint-stateful
).
To apply some overlays that perform some post-processing and append some content, run make api-docs-overlay
.