-
Notifications
You must be signed in to change notification settings - Fork 8.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[DOCS] Generate Kibana API docs from open API specifications #137240
Comments
Pinging @elastic/kibana-docs (Team:Docs) |
This was referenced Sep 23, 2022
This was referenced Nov 5, 2022
Merged
21 tasks
This was referenced Dec 6, 2022
This was referenced Jan 4, 2023
This was referenced Jan 12, 2023
This was referenced Jan 20, 2023
This was referenced Jan 26, 2023
Any timeline on data-views API open API specification. This would be useful for the terraform provider. |
This was referenced Jul 26, 2023
This was referenced Aug 14, 2023
amyjtechwriter
added a commit
that referenced
this issue
Aug 15, 2023
This PR drafts openAPI specifications for: - [Create runtime field API](https://www.elastic.co/guide/en/kibana/master/data-views-runtime-field-api-create.html). - [Upsert runtime field API](https://www.elastic.co/guide/en/kibana/master/data-views-runtime-field-api-upsert.html) Relates to #137240
hop-dev
pushed a commit
to hop-dev/kibana
that referenced
this issue
Aug 16, 2023
This PR drafts openAPI specifications for: - [Create runtime field API](https://www.elastic.co/guide/en/kibana/master/data-views-runtime-field-api-create.html). - [Upsert runtime field API](https://www.elastic.co/guide/en/kibana/master/data-views-runtime-field-api-upsert.html) Relates to elastic#137240
amyjtechwriter
added a commit
that referenced
this issue
Aug 21, 2023
This PR drafts openAPI specifications for: - [Delete runtime field API](https://www.elastic.co/guide/en/kibana/master/data-views-runtime-field-api-delete.html). - [Update runtime field API](https://www.elastic.co/guide/en/kibana/master/data-views-runtime-field-api-update.html) Relates to #137240
bryce-b
pushed a commit
that referenced
this issue
Aug 22, 2023
This PR drafts openAPI specifications for: - [Create runtime field API](https://www.elastic.co/guide/en/kibana/master/data-views-runtime-field-api-create.html). - [Upsert runtime field API](https://www.elastic.co/guide/en/kibana/master/data-views-runtime-field-api-upsert.html) Relates to #137240
amyjtechwriter
added a commit
that referenced
this issue
Aug 23, 2023
## Summary Relates to #137240 This PR aims to draft openAPI specifications for [Resolve import errors API](https://www.elastic.co/guide/en/kibana/current/saved-objects-api-resolve-import-errors.html). --------- Co-authored-by: Alejandro Fernández Haro <[email protected]> Co-authored-by: Kibana Machine <[email protected]>
This was referenced May 22, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Per #82587, it's a long-term plan to automatically generate open API specifications for Kibana.
In the nearer term, there are plans to publish API documentation from such specifications. This is already being done for the Cloud APIs, for example.
To get the docs automation rolling, we can create v3 open API specifications for Kibana and use open source tools to generate interim HTML output for the following APIs:
alerting
APIs public #183945, [HTTP/OAS] Add description in create rule request body #183564The text was updated successfully, but these errors were encountered: