Skip to content

Commit 871b3d7

Browse files
committed
fix validation
1 parent b40ef71 commit 871b3d7

File tree

1 file changed

+1
-1
lines changed
  • x-pack/plugins/logstash/server/routes/pipeline

1 file changed

+1
-1
lines changed

x-pack/plugins/logstash/server/routes/pipeline/save.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ export function registerPipelineSaveRoute(
3030
description: schema.string(),
3131
pipeline: schema.string(),
3232
username: schema.string(),
33-
settings: schema.maybe(schema.object({}, { unknowns: 'ignore' })),
33+
settings: schema.maybe(schema.object({}, { unknowns: 'allow' })),
3434
}),
3535
},
3636
},

0 commit comments

Comments
 (0)