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 5651234 commit 861e4ddCopy full SHA for 861e4dd
x-pack/plugins/uptime/server/index.ts
@@ -11,9 +11,7 @@ import { UptimePlugin } from './plugin';
11
export const config = {
12
schema: schema.object({
13
enabled: schema.maybe(schema.boolean()),
14
- query: schema.object({
15
- indexName: schema.maybe(schema.string()),
16
- }),
+ indexName: schema.maybe(schema.string()),
17
}),
18
};
19
0 commit comments