Skip to content

Commit

Permalink
Removing default datasetNamewhen calling pur API
Browse files Browse the repository at this point in the history
  • Loading branch information
yngrdyn committed Sep 27, 2023
1 parent 23d36ab commit 5ca39ef
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ export function InstallElasticAgent() {
return callApi('POST /internal/observability_onboarding/logs/flow', {
params: {
body: {
name: datasetName || '',
name: datasetName,
type: 'logFiles',
state: {
datasetName,
Expand Down

0 comments on commit 5ca39ef

Please sign in to comment.