Skip to content

Commit

Permalink
[Fleet] Disable logfile input for agentless integrations (#212455)
Browse files Browse the repository at this point in the history
## Summary

Closes #212448

cc @qcorporation

---------

Co-authored-by: kibanamachine <42973632+kibanamachine@users.noreply.github.com>
(cherry picked from commit 8972d5b)

# Conflicts:
#	x-pack/platform/plugins/shared/fleet/common/constants/agentless.ts
  • Loading branch information
kpollich committed Mar 4, 2025
1 parent ce77321 commit adddcb0
Showing 1 changed file with 11 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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',
];

0 comments on commit adddcb0

Please sign in to comment.