mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 09:19:04 -04:00
## Summary Closes https://github.com/elastic/kibana/issues/192361 Added `sync_integrations` flag to remote elasticsearch output to the API and UI with the Remote Kibana URL and API key (secret). To test: - enable feature flag: `xpack.fleet.enableExperimental: ['enableSyncIntegrationsOnRemote']` - add/edit output and enable Synchronize integrations switch - When the switch is enabled, Kibana URL and API key is required, otherwise optional (but still has to be valid URL) - test preconfigured output with the new fields <img width="724" alt="image" src="https://github.com/user-attachments/assets/5cf4c0b1-f8c3-4447-a0ef-a8aa8e362277" /> Example preconfig: ``` - name: 'Preconfiged remote output' type: 'remote_elasticsearch' id: 'remote-output2' hosts: ["http://192.168.64.1:9200"] sync_integrations: true kibana_url: "http://localhost:5601" secrets: service_token: token kibana_api_key: key ``` Added callout to help create the API key (privileges have to be confirmed when https://github.com/elastic/kibana/issues/192363 is done) <img width="714" alt="image" src="https://github.com/user-attachments/assets/5a5e7a8c-0a56-4234-ad66-b15f5f53de76" /> ### Checklist Check the PR satisfies following conditions. Reviewers should verify this PR satisfies this list as well. - [x] Any text added follows [EUI's writing guidelines](https://elastic.github.io/eui/#/guidelines/writing), uses sentence case text and includes [i18n support](https://github.com/elastic/kibana/blob/main/src/platform/packages/shared/kbn-i18n/README.md) - [x] [Unit or functional tests](https://www.elastic.co/guide/en/kibana/master/development-tests.html) were updated or added to match the most common scenarios --------- Co-authored-by: kibanamachine <42973632+kibanamachine@users.noreply.github.com> |
||
---|---|---|
.. | ||
kibana.serverless.yaml | ||
kibana.yaml |