mirror of
https://github.com/elastic/kibana.git
synced 2025-04-22 17:04:01 -04:00
## Summary Includes alerting rule APIs in our OAS snapshots. ## How to test Using bump CLI you can preview the output: ```sh bump preview ./oas_docs/bundle.json # or bump preview ./oas_docs/bundle.serverless.json ``` --------- Co-authored-by: kibanamachine <42973632+kibanamachine@users.noreply.github.com> |
||
---|---|---|
.. | ||
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
file is a temporary OpenAPI document created by joining some manually-maintained files.
To create it and lint it, run make api-docs
or make api-docs-serverless
and make api-docs-lint
or make api-docs-lint-serverless
.
The output/kibana.yaml
file is a temporary OpenAPI document created by joining some manually-maintained files.
To create it and lint it, run make api-docs
or make api-docs-stateful
and make api-docs-lint
or make api-docs-lint-stateful
.