Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Temporarily disable plugin for 8.x
Browse files Browse the repository at this point in the history
cee-chen committed Jun 2, 2020
1 parent 7e23508 commit 9009532
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions x-pack/plugins/enterprise_search/server/index.ts
Original file line number Diff line number Diff line change
@@ -13,6 +13,7 @@ export const plugin = (initializerContext: PluginInitializerContext) => {
};

export const configSchema = schema.object({
enabled: schema.boolean({ defaultValue: false }), // TODO: This plugin is disabled for master/8.x only. This line should be removed once Enterprise Search becomes 8.x compatible
host: schema.maybe(schema.string()),
});

0 comments on commit 9009532

Please sign in to comment.