Skip to content

Commit

Permalink
[Fleet] Allow Remote ES to be the default data output (elastic#174056)
Browse files Browse the repository at this point in the history
  • Loading branch information
nchaulet authored Dec 29, 2023
1 parent b7a3f78 commit b31d537
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 b31d537

Please sign in to comment.