You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This PR is a manual backport of
elastic#233493 and includes:
- A commit with the changes from [the backported
PR](elastic#233493)
- A commit by the CI which updates the `oas_docs/output/kibana.yaml`
---
This PR adds an overlay for the Fleet remote synced integrations API,
adding a description for the API and an external link to the relevant
documentation.
Closeselastic/docs-content#1691
---------
Co-authored-by: kibanamachine <[email protected]>
Copy file name to clipboardExpand all lines: oas_docs/output/kibana.yaml
+7Lines changed: 7 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -103,6 +103,13 @@ tags:
103
103
- name: Fleet package policies
104
104
- name: Fleet proxies
105
105
- name: Fleet remote synced integrations
106
+
description: |
107
+
Use the Fleet remote synced integrations API to check the status of the automatic integrations synchronization on a remote cluster:
108
+
* 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.
109
+
* Use the `/api/fleet/remote_synced_integrations/status` endpoint on the remote cluster to query the synchronization status of the installed integrations.
description: Change tag description and add external docs link
107
+
update:
108
+
description: >
109
+
Use the Fleet remote synced integrations API to check the status of the automatic integrations synchronization on a remote cluster:
110
+
111
+
* 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.
112
+
113
+
* Use the `/api/fleet/remote_synced_integrations/status` endpoint on the remote cluster to query the synchronization status of the installed integrations.
0 commit comments