We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b40ef71 commit 871b3d7Copy full SHA for 871b3d7
x-pack/plugins/logstash/server/routes/pipeline/save.ts
@@ -30,7 +30,7 @@ export function registerPipelineSaveRoute(
30
description: schema.string(),
31
pipeline: schema.string(),
32
username: schema.string(),
33
- settings: schema.maybe(schema.object({}, { unknowns: 'ignore' })),
+ settings: schema.maybe(schema.object({}, { unknowns: 'allow' })),
34
}),
35
},
36
0 commit comments