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
7 changes: 6 additions & 1 deletion oas_docs/output/kibana.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -337,7 +337,12 @@ tags:
url: https://www.elastic.co/docs/deploy-manage/distributed-architecture/kibana-tasks-management
name: task manager
x-displayName: Task manager
- description: The assistant helps you prepare for the next major version of Elasticsearch.
- description: |
The Kibana Upgrade Assistant API helps you prepare for the next major Elasticsearch release.
> warn
> This is a Kibana REST API (not an Elasticsearch API) and requests must target your Kibana URL:
> * Self-managed URL pattern: `https://localhost:5601`
> * Elastic Cloud URL pattern: `https://your-deployment.kb.us-east-1.aws.elastic.cloud:9243`
name: upgrade
x-displayName: Upgrade assistant
- description: Uptime APIs enable you to view and update uptime monitoring settings.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,12 @@ info:
url: https://www.elastic.co/licensing/elastic-license
tags:
- name: upgrade
description: The assistant helps you prepare for the next major version of Elasticsearch.
description: |
The Kibana Upgrade Assistant API helps you prepare for the next major Elasticsearch release.
> warn
> This is a Kibana REST API (not an Elasticsearch API) and requests must target your Kibana URL:
> * Self-managed URL pattern: `https://localhost:5601`
> * Elastic Cloud URL pattern: `https://your-deployment.kb.us-east-1.aws.elastic.cloud:9243`
x-displayName: Upgrade assistant
servers:
- url: /
Expand Down