Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions docs/user/api.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ Some {kib} features are provided via a REST API, which is ideal for creating an
integration with {kib}, or automating certain aspects of configuring and
deploying {kib}.

NOTE: Access to internal {kib} API endpoints will be restricted in 9.0. Please move any integrations to publicly documented APIs.

NOTE: For the latest details, refer to {api-kibana}[{kib} API].

[float]
Expand Down
6 changes: 5 additions & 1 deletion oas_docs/kibana.info.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,10 @@ info:
```

For more information about the console, refer to [Run API requests](https://www.elastic.co/guide/en/kibana/current/console-kibana.html).

NOTE: Access to internal Kibana API endpoints will be restricted in Kibana version 9.0. Please move any integrations to publicly documented APIs.


version: '1.0.2'
license:
name: Attribution-NonCommercial-NoDerivatives 4.0 International
Expand Down Expand Up @@ -53,4 +57,4 @@ components:
For example: `Authorization: ApiKey base64AccessApiKey`
basicAuth:
type: http
scheme: basic
scheme: basic
Loading