[8.18] [Fleet] update disabled inputs (#215512) (#215822)

# Backport

This will backport the following commits from `main` to `8.18`:
- [[Fleet] update disabled inputs
(#215512)](https://github.com/elastic/kibana/pull/215512)

<!--- Backport version: 9.6.6 -->

### Questions ?
Please refer to the [Backport tool
documentation](https://github.com/sorenlouv/backport)

<!--BACKPORT [{"author":{"name":"Julia
Bardi","email":"90178898+juliaElastic@users.noreply.github.com"},"sourceCommit":{"committedDate":"2025-03-21T16:19:37Z","message":"[Fleet]
update disabled inputs (#215512)\n\n## Summary\n\nCloses
https://github.com/elastic/kibana/issues/215411\n\nDisable `aws-s3` and
`streaming` as an input type for agentless\n\n<img width=\"2540\"
alt=\"image\"\nsrc=\"https://github.com/user-attachments/assets/9ee96838-919c-4be3-851b-51afad6b6e06\"\n/>\n<img
width=\"1470\"
alt=\"image\"\nsrc=\"https://github.com/user-attachments/assets/a6f702cf-6885-4512-ae04-7074cbfa0a40\"\n/>","sha":"04cc68a2cb99f72595443c4f31d9f0de4e129845","branchLabelMapping":{"^v9.1.0$":"main","^v8.19.0$":"8.x","^v(\\d+).(\\d+).\\d+$":"$1.$2"}},"sourcePullRequest":{"labels":["release_note:skip","Team:Fleet","v9.0.0","backport:prev-minor","backport:prev-major","v9.1.0"],"title":"[Fleet]
update disabled
inputs","number":215512,"url":"https://github.com/elastic/kibana/pull/215512","mergeCommit":{"message":"[Fleet]
update disabled inputs (#215512)\n\n## Summary\n\nCloses
https://github.com/elastic/kibana/issues/215411\n\nDisable `aws-s3` and
`streaming` as an input type for agentless\n\n<img width=\"2540\"
alt=\"image\"\nsrc=\"https://github.com/user-attachments/assets/9ee96838-919c-4be3-851b-51afad6b6e06\"\n/>\n<img
width=\"1470\"
alt=\"image\"\nsrc=\"https://github.com/user-attachments/assets/a6f702cf-6885-4512-ae04-7074cbfa0a40\"\n/>","sha":"04cc68a2cb99f72595443c4f31d9f0de4e129845"}},"sourceBranch":"main","suggestedTargetBranches":[],"targetPullRequestStates":[{"branch":"9.0","label":"v9.0.0","branchLabelMappingKey":"^v(\\d+).(\\d+).\\d+$","isSourceBranch":false,"url":"https://github.com/elastic/kibana/pull/215536","number":215536,"state":"MERGED","mergeCommit":{"sha":"ae0422a8783e2643c5a9a009d606f18761b0c3ec","message":"[9.0]
[Fleet] update disabled inputs (#215512) (#215536)\n\n# Backport\n\nThis
will backport the following commits from `main` to `9.0`:\n- [[Fleet]
update disabled
inputs\n(#215512)](https://github.com/elastic/kibana/pull/215512)\n\n\n\n###
Questions ?\nPlease refer to the [Backport
tool\ndocumentation](https://github.com/sorenlouv/backport)\n\n\n\nCo-authored-by:
Julia Bardi
<90178898+juliaElastic@users.noreply.github.com>"}},{"branch":"main","label":"v9.1.0","branchLabelMappingKey":"^v9.1.0$","isSourceBranch":true,"state":"MERGED","url":"https://github.com/elastic/kibana/pull/215512","number":215512,"mergeCommit":{"message":"[Fleet]
update disabled inputs (#215512)\n\n## Summary\n\nCloses
https://github.com/elastic/kibana/issues/215411\n\nDisable `aws-s3` and
`streaming` as an input type for agentless\n\n<img width=\"2540\"
alt=\"image\"\nsrc=\"https://github.com/user-attachments/assets/9ee96838-919c-4be3-851b-51afad6b6e06\"\n/>\n<img
width=\"1470\"
alt=\"image\"\nsrc=\"https://github.com/user-attachments/assets/a6f702cf-6885-4512-ae04-7074cbfa0a40\"\n/>","sha":"04cc68a2cb99f72595443c4f31d9f0de4e129845"}}]}]
BACKPORT-->

Co-authored-by: Julia Bardi <90178898+juliaElastic@users.noreply.github.com>
This commit is contained in:
Kibana Machine 2025-03-25 12:36:09 +01:00 committed by GitHub
parent dae17b1f42
commit 05fdada76f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -29,4 +29,6 @@ export const AGENTLESS_DISABLED_INPUTS = [
'gcp-pubsub',
'azure-eventhub',
'logfile',
'aws-s3',
'streaming',
];