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: 7 additions & 0 deletions oas_docs/output/kibana.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,13 @@ tags:
- name: Fleet package policies
- name: Fleet proxies
- name: Fleet remote synced integrations
description: |
Use the Fleet remote synced integrations API to check the status of the automatic integrations synchronization on a remote cluster:
* Use the `/api/fleet/remote_synced_integrations/{outputId}/remote_status` endpoint on the management cluster to query the synchronization status of the integrations installed on the remote cluster by the ID of the configured remote Elasticsearch output.
* Use the `/api/fleet/remote_synced_integrations/status` endpoint on the remote cluster to query the synchronization status of the installed integrations.
externalDocs:
description: Automatic integrations synchronization documentation
url: https://www.elastic.co/docs/reference/fleet/automatic-integrations-synchronization
- name: Fleet Server hosts
- name: Fleet service tokens
- name: Fleet uninstall tokens
Expand Down
2 changes: 1 addition & 1 deletion oas_docs/overlays/kibana.overlays.shared.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# overlays.yaml
overlay: 1.0.0
info:
title: Overlays that are applicable to both serverless and non-serverless documentas
title: Overlays that are applicable to both serverless and non-serverless documents
version: 0.0.1
actions:
# Add some tag descriptions and displayNames
Expand Down
14 changes: 13 additions & 1 deletion oas_docs/overlays/kibana.overlays.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,18 @@ actions:
externalDocs:
description: Synthetic monitoring
url: https://www.elastic.co/docs/solutions/observability/synthetics
- target: '$.tags[?(@.name=="Fleet remote synced integrations")]'
description: Change tag description and add external docs link
update:
description: >
Use the Fleet remote synced integrations API to check the status of the automatic integrations synchronization on a remote cluster:

* Use the `/api/fleet/remote_synced_integrations/{outputId}/remote_status` endpoint on the management cluster to query the synchronization status of the integrations installed on the remote cluster by the ID of the configured remote Elasticsearch output.

* Use the `/api/fleet/remote_synced_integrations/status` endpoint on the remote cluster to query the synchronization status of the installed integrations.
externalDocs:
description: Automatic integrations synchronization documentation
url: https://www.elastic.co/docs/reference/fleet/automatic-integrations-synchronization
# Remove extra tags from operations
- target: "$.paths[*][*].tags[1:]"
description: Remove all but first tag from operations
Expand Down Expand Up @@ -216,4 +228,4 @@ actions:
update:
x-metaTags:
- content: Kibana
name: product_name
name: product_name