Skip to content

Commit 861e4dd

Browse files
committed
Remove query namespace
1 parent 5651234 commit 861e4dd

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

x-pack/plugins/uptime/server/index.ts

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,7 @@ import { UptimePlugin } from './plugin';
1111
export const config = {
1212
schema: schema.object({
1313
enabled: schema.maybe(schema.boolean()),
14-
query: schema.object({
15-
indexName: schema.maybe(schema.string()),
16-
}),
14+
indexName: schema.maybe(schema.string()),
1715
}),
1816
};
1917

0 commit comments

Comments
 (0)