[8.6] [DOCS] Add details to xpack.fleet.outputs settings (#154247) (#154249)

# Backport

This will backport the following commits from `main` to `8.6`:
- [[DOCS] Add details to xpack.fleet.outputs settings
(#154247)](https://github.com/elastic/kibana/pull/154247)

<!--- Backport version: 8.9.7 -->

### Questions ?
Please refer to the [Backport tool
documentation](https://github.com/sqren/backport)

<!--BACKPORT [{"author":{"name":"David
Kilfoyle","email":"41695641+kilfoyle@users.noreply.github.com"},"sourceCommit":{"committedDate":"2023-04-03T14:04:18Z","message":"[DOCS]
Add details to xpack.fleet.outputs settings (#154247)\n\nThis updates
the [Fleet settings
in\r\nKibana](https://www.elastic.co/guide/en/kibana/current/fleet-settings-kb.html)\r\npage
with details for the `xpack.fleet.outputs` settings.\r\n\r\n@nchaulet
and @jeanfabrice In addition to what we discussed I updated\r\nthe
`is_default` setting as well, but it probably could use some
fixing\r\nup (i.e., is the setting for \"all non-monitoring data\" or
something\r\nelse)?\r\n\r\nPreview:\r\n\r\n![Screenshot 2023-04-03 at 9
25
55\r\nAM](https://user-images.githubusercontent.com/41695641/229524885-f468deff-947f-4ae8-8f87-5044ca3eae7f.png)","sha":"da4e7826c4ce16c14da569ec9819eccb26ea081f","branchLabelMapping":{"^v8.8.0$":"main","^v(\\d+).(\\d+).\\d+$":"$1.$2"}},"sourcePullRequest":{"labels":["Team:Docs","release_note:skip","Team:Fleet","docs","v8.6.2","v8.8.0","v8.7.1"],"number":154247,"url":"https://github.com/elastic/kibana/pull/154247","mergeCommit":{"message":"[DOCS]
Add details to xpack.fleet.outputs settings (#154247)\n\nThis updates
the [Fleet settings
in\r\nKibana](https://www.elastic.co/guide/en/kibana/current/fleet-settings-kb.html)\r\npage
with details for the `xpack.fleet.outputs` settings.\r\n\r\n@nchaulet
and @jeanfabrice In addition to what we discussed I updated\r\nthe
`is_default` setting as well, but it probably could use some
fixing\r\nup (i.e., is the setting for \"all non-monitoring data\" or
something\r\nelse)?\r\n\r\nPreview:\r\n\r\n![Screenshot 2023-04-03 at 9
25
55\r\nAM](https://user-images.githubusercontent.com/41695641/229524885-f468deff-947f-4ae8-8f87-5044ca3eae7f.png)","sha":"da4e7826c4ce16c14da569ec9819eccb26ea081f"}},"sourceBranch":"main","suggestedTargetBranches":["8.6","8.7"],"targetPullRequestStates":[{"branch":"8.6","label":"v8.6.2","labelRegex":"^v(\\d+).(\\d+).\\d+$","isSourceBranch":false,"state":"NOT_CREATED"},{"branch":"main","label":"v8.8.0","labelRegex":"^v8.8.0$","isSourceBranch":true,"state":"MERGED","url":"https://github.com/elastic/kibana/pull/154247","number":154247,"mergeCommit":{"message":"[DOCS]
Add details to xpack.fleet.outputs settings (#154247)\n\nThis updates
the [Fleet settings
in\r\nKibana](https://www.elastic.co/guide/en/kibana/current/fleet-settings-kb.html)\r\npage
with details for the `xpack.fleet.outputs` settings.\r\n\r\n@nchaulet
and @jeanfabrice In addition to what we discussed I updated\r\nthe
`is_default` setting as well, but it probably could use some
fixing\r\nup (i.e., is the setting for \"all non-monitoring data\" or
something\r\nelse)?\r\n\r\nPreview:\r\n\r\n![Screenshot 2023-04-03 at 9
25
55\r\nAM](https://user-images.githubusercontent.com/41695641/229524885-f468deff-947f-4ae8-8f87-5044ca3eae7f.png)","sha":"da4e7826c4ce16c14da569ec9819eccb26ea081f"}},{"branch":"8.7","label":"v8.7.1","labelRegex":"^v(\\d+).(\\d+).\\d+$","isSourceBranch":false,"state":"NOT_CREATED"}]}]
BACKPORT-->

Co-authored-by: David Kilfoyle <41695641+kilfoyle@users.noreply.github.com>
This commit is contained in:
Kibana Machine 2023-04-03 10:25:13 -04:00 committed by GitHub
parent 4538f9889c
commit 92916a1438
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -142,6 +142,8 @@ If configured in your `kibana.yml`, output settings are grayed out and
unavailable in the {fleet} UI. To make these settings editable in the UI, do not
configure them in the configuration file.
+
NOTE: The `xpack.fleet.outputs` settings are intended for advanced configurations such as having multiple outputs. We recommend not enabling the `xpack.fleet.agents.elasticsearch.host` settings when using `xpack.fleet.outputs`.
+
.Required properties of `xpack.fleet.outputs`
[%collapsible%open]
=====
@ -161,7 +163,9 @@ configure them in the configuration file.
[%collapsible%open]
=====
`is_default`:::
If `true`, this output is the default output.
If `true`, the output specified in `xpack.fleet.outputs` will be the one used to send agent data unless there is another one configured specifically for the agent policy.
`is_default_monitoring`:::
If `true`, the output specified in `xpack.fleet.outputs` will be the one used to send agent monitoring data unless there is another one configured specifically for the agent policy.
=====
+
Example configuration: