diff --git a/x-pack/platform/plugins/shared/fleet/common/constants/agentless.ts b/x-pack/platform/plugins/shared/fleet/common/constants/agentless.ts index 3b231762ec7d8..0c7e09efc352e 100644 --- a/x-pack/platform/plugins/shared/fleet/common/constants/agentless.ts +++ b/x-pack/platform/plugins/shared/fleet/common/constants/agentless.ts @@ -19,4 +19,14 @@ export const AGENTLESS_GLOBAL_TAG_NAME_TEAM = 'team'; export const AGENTLESS_ALLOWED_OUTPUT_TYPES = [outputType.Elasticsearch]; // Input types to disable for agentless integrations -export const AGENTLESS_DISABLED_INPUTS = ['tcp', 'udp', 'filestream', 'http_endpoint', 'winlog']; +export const AGENTLESS_DISABLED_INPUTS = [ + 'tcp', + 'udp', + 'filestream', + 'http_endpoint', + 'winlog', + 'o365audit', + 'gcp-pubsub', + 'azure-eventhub', + 'logfile', +];