Skip to content

Commit 04cc68a

Browse files
authored
[Fleet] update disabled inputs (#215512)
## Summary Closes #215411 Disable `aws-s3` and `streaming` as an input type for agentless <img width="2540" alt="image" src="https://github.com/user-attachments/assets/9ee96838-919c-4be3-851b-51afad6b6e06" /> <img width="1470" alt="image" src="https://github.com/user-attachments/assets/a6f702cf-6885-4512-ae04-7074cbfa0a40" />
1 parent 621aa5e commit 04cc68a

File tree

1 file changed

+2
-0
lines changed
  • x-pack/platform/plugins/shared/fleet/common/constants

1 file changed

+2
-0
lines changed

x-pack/platform/plugins/shared/fleet/common/constants/agentless.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,4 +46,6 @@ export const AGENTLESS_DISABLED_INPUTS = [
4646
'gcp-pubsub',
4747
'azure-eventhub',
4848
'logfile',
49+
'aws-s3',
50+
'streaming',
4951
];

0 commit comments

Comments
 (0)