diff --git a/x-pack/plugins/stack_connectors/public/connector_types/thehive/thehive.tsx b/x-pack/plugins/stack_connectors/public/connector_types/thehive/thehive.tsx index d52d2783e707b..5523a24e05d50 100644 --- a/x-pack/plugins/stack_connectors/public/connector_types/thehive/thehive.tsx +++ b/x-pack/plugins/stack_connectors/public/connector_types/thehive/thehive.tsx @@ -24,6 +24,7 @@ export function getConnectorType(): TheHiveConnector { defaultMessage: 'Create cases and alerts in TheHive', }), actionTypeTitle: THEHIVE_TITLE, + hideInUi: true, validateParams: async ( actionParams: ExecutorParams ): Promise> => {