Skip to content

Commit

Permalink
[8.12] [Fleet] Allow Remote ES to be the default data output (#174056) (
Browse files Browse the repository at this point in the history
#174059)

# Backport

This will backport the following commits from `main` to `8.12`:
- [[Fleet] Allow Remote ES to be the default data output
(#174056)](#174056)

<!--- Backport version: 9.4.3 -->

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

<!--BACKPORT [{"author":{"name":"Nicolas
Chaulet","email":"nicolas.chaulet@elastic.co"},"sourceCommit":{"committedDate":"2023-12-29T12:36:14Z","message":"[Fleet]
Allow Remote ES to be the default data output
(#174056)","sha":"b31d537b82ca9c4ac55f23ecc57b4328d9dfafb2","branchLabelMapping":{"^v8.13.0$":"main","^v(\\d+).(\\d+).\\d+$":"$1.$2"}},"sourcePullRequest":{"labels":["bug","release_note:skip","Team:Fleet","backport:prev-minor","v8.13.0"],"title":"[Fleet]
Allow Remote ES to be the default data
output","number":174056,"url":"https://github.com/elastic/kibana/pull/174056","mergeCommit":{"message":"[Fleet]
Allow Remote ES to be the default data output
(#174056)","sha":"b31d537b82ca9c4ac55f23ecc57b4328d9dfafb2"}},"sourceBranch":"main","suggestedTargetBranches":[],"targetPullRequestStates":[{"branch":"main","label":"v8.13.0","branchLabelMappingKey":"^v8.13.0$","isSourceBranch":true,"state":"MERGED","url":"https://github.com/elastic/kibana/pull/174056","number":174056,"mergeCommit":{"message":"[Fleet]
Allow Remote ES to be the default data output
(#174056)","sha":"b31d537b82ca9c4ac55f23ecc57b4328d9dfafb2"}}]}]
BACKPORT-->

Co-authored-by: Nicolas Chaulet <nicolas.chaulet@elastic.co>
  • Loading branch information
kibanamachine and nchaulet authored Dec 29, 2023
1 parent a8bbcd7 commit b88f55a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -874,7 +874,7 @@ export function useOutputForm(onSucess: () => void, output?: Output) {
name: nameInput.value,
type: outputType.RemoteElasticsearch,
hosts: elasticsearchUrlInput.value,
is_default: false,
is_default: defaultOutputInput.value,
is_default_monitoring: defaultMonitoringOutputInput.value,
preset: presetInput.value,
config_yaml: additionalYamlConfigInput.value,
Expand Down

0 comments on commit b88f55a

Please sign in to comment.