Skip to content

Commit

Permalink
Temporarily disable plugin for 8.x
Browse files Browse the repository at this point in the history
  • Loading branch information
cee-chen committed Jun 1, 2020
1 parent 96501c6 commit f09c0bd
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
Expand Up @@ -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()),
});

Expand Down

0 comments on commit f09c0bd

Please sign in to comment.