Skip to content

Commit

Permalink
[EDR Workflows] Add enabled to Osquery plugin config. (elastic#182644)
Browse files Browse the repository at this point in the history
  • Loading branch information
tomsonpl authored May 7, 2024
1 parent dcf6e83 commit aec4efb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions x-pack/plugins/osquery/common/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ import { schema } from '@kbn/config-schema';

export const ConfigSchema = schema.object({
actionEnabled: schema.boolean({ defaultValue: false }),
enabled: schema.boolean({ defaultValue: true }),
});

export type ConfigType = TypeOf<typeof ConfigSchema>;

0 comments on commit aec4efb

Please sign in to comment.